#fcb847

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

Shades of My Sin #FCB847

Tints of My Sin #FCB847

Color information

#FCB847 (or 0xFCB847) is unknown color: approx My Sin. HEX triplet: FC, B8 and 47. RGB value is (252,184,71). Sum of RGB (Red+Green+Blue) = 252+184+71=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB847 is #0347B8. Grayscale: #BFBFBF. Windows color (decimal): -214969 or 4700412. OLE color: 4700412.

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

Color convert

RGB25218471-
CMYK00.270.720.01
HSL37.46º96.79%63.33%-
HSV(B)37.46º71.83%98.82%-
XYZ58.4255.4313.58-
YUV191.4560.03171.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.70%
GREEN value IS 184 (72.27% from 255) = 36.29%
BLUE value IS 71 (28.12% from 255) = 14.00%
R=49.70%
G=36.29%
B=14.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521847100.270.720.0137.4696.7963.33
HexFCB84701B48125613f
Octal37427010703311014514177
Binary11111100101110001000111011011100100011001011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcb847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcb847; }

 p { color: rgb(252,184,71); }

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

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

 a { background-color: rgb(252,184,71); }

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

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

 span { border-color: rgb(252,184,71); }

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