#FCAD4C

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

Shades of My Sin #FCAD4C

Tints of My Sin #FCAD4C

Color information

#FCAD4C (or 0xFCAD4C) is unknown color: approx My Sin. HEX triplet: FC, AD and 4C. RGB value is (252,173,76). Sum of RGB (Red+Green+Blue) = 252+173+76=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAD4C is #0352B3. Grayscale: #BABABA. Windows color (decimal): -217780 or 5025276. OLE color: 5025276.

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

Color convert

RGB25217376-
CMYK00.310.700.01
HSL33.07º96.7%64.31%-
HSV(B)33.07º69.84%98.82%-
XYZ56.3951.113.73-
YUV185.5666.17175.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.30%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 76 (30.08% from 255) = 15.17%
R=50.30%
G=34.53%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521737600.310.700.0133.0796.764.31
HexFCAD4C01F461216140
Octal374255114037106141141100
Binary111111001010110110011000111111000110110000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAD4C; }

 p { color: rgb(252,173,76); }

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

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

 a { background-color: rgb(252,173,76); }

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

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

 span { border-color: rgb(252,173,76); }

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