#FDAC4C

Color #FDAC4C My Sin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Sin #FDAC4C

Tints of My Sin #FDAC4C

Color information

#FDAC4C (or 0xFDAC4C) is unknown color: approx My Sin. HEX triplet: FD, AC and 4C. RGB value is (253,172,76). Sum of RGB (Red+Green+Blue) = 253+172+76=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC4C is #0253B3. Grayscale: #B9B9B9. Windows color (decimal): -152500 or 5025021. OLE color: 5025021.

HSL color Cylindrical-coordinate representation of color #FDAC4C: hue angle of 32.54º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDAC4C is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB25317276-
CMYK00.320.700.01
HSL32.54º97.79%64.51%-
HSV(B)32.54º69.96%99.22%-
XYZ56.5750.9113.68-
YUV185.2766.34176.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 50.50%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 76 (30.08% from 255) = 15.17%
R=50.50%
G=34.33%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531727600.320.700.0132.5497.7964.51
HexFDAC4C020461216241
Octal375254114040106141142101
Binary1111110110101100100110001000001000110110000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAC4C; }

 p { color: rgb(253,172,76); }

 H1.HeaderClassName
 {
   color: #FDAC4C;
 }
 .AnyTagClassName
 {
   color: #FDAC4C;
 }
</style>
background-color css

<style>
 a { background-color: #FDAC4C; }

 a { background-color: rgb(253,172,76); }

 div.DivClassName
 {
   background-color: #FDAC4C;
 }
 .BgClassName
 {
   background-color: #FDAC4C;
 }
</style>
border-color css

<style>
 span { border-color: #FDAC4C; }

 span { border-color: rgb(253,172,76); }

 td.TdClassName
 {
   border-color: #FDAC4C;
 }
 .TagClassName
 {
   border-color: #FDAC4C;
 }
</style>