#FCB644

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

Shades of My Sin #FCB644

Tints of My Sin #FCB644

Color information

#FCB644 (or 0xFCB644) is unknown color: approx My Sin. HEX triplet: FC, B6 and 44. RGB value is (252,182,68). Sum of RGB (Red+Green+Blue) = 252+182+68=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB644 is #0349BB. Grayscale: #BEBEBE. Windows color (decimal): -215484 or 4503292. OLE color: 4503292.

HSL color Cylindrical-coordinate representation of color #FCB644: hue angle of 37.17º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCB644 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB25218268-
CMYK00.280.730.01
HSL37.17º96.84%62.75%-
HSV(B)37.17º73.02%98.82%-
XYZ57.9254.5712.95-
YUV189.9359.19172.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.20%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 68 (26.95% from 255) = 13.55%
R=50.20%
G=36.25%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521826800.280.730.0137.1796.8462.75
HexFCB64401C49125613f
Octal37426610403411114514177
Binary11111100101101101000100011100100100111001011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB644; }

 p { color: rgb(252,182,68); }

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

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

 a { background-color: rgb(252,182,68); }

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

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

 span { border-color: rgb(252,182,68); }

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