#FCB344

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

Shades of My Sin #FCB344

Tints of My Sin #FCB344

Color information

#FCB344 (or 0xFCB344) is unknown color: approx My Sin. HEX triplet: FC, B3 and 44. RGB value is (252,179,68). Sum of RGB (Red+Green+Blue) = 252+179+68=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB344 is #034CBB. Grayscale: #BCBCBC. Windows color (decimal): -216252 or 4502524. OLE color: 4502524.

HSL color Cylindrical-coordinate representation of color #FCB344: hue angle of 36.2º 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 #FCB344 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB25217968-
CMYK00.290.730.01
HSL36.2º96.84%62.75%-
HSV(B)36.2º73.02%98.82%-
XYZ57.3153.3512.75-
YUV188.1760.18173.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.50%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 68 (26.95% from 255) = 13.63%
R=50.50%
G=35.87%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521796800.290.730.0136.296.8462.75
HexFCB34401D49124613f
Octal37426310403511114414177
Binary11111100101100111000100011101100100111001001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB344; }

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

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

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

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

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

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

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

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