#FCB535

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

Shades of Supernova #FCB535

Tints of Supernova #FCB535

Color information

#FCB535 (or 0xFCB535) is unknown color: approx Supernova. HEX triplet: FC, B5 and 35. RGB value is (252,181,53). Sum of RGB (Red+Green+Blue) = 252+181+53=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB535 is #034ACA. Grayscale: #BCBCBC. Windows color (decimal): -215755 or 3519996. OLE color: 3519996.

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

Color convert

RGB25218153-
CMYK00.280.790.01
HSL38.59º97.07%59.8%-
HSV(B)38.59º78.97%98.82%-
XYZ57.315410.77-
YUV187.6452.02173.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.85%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 53 (21.09% from 255) = 10.91%
R=51.85%
G=37.24%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521815300.280.790.0138.5997.0759.8
HexFCB53501C4F127613c
Octal3742656503411714714174
Binary1111110010110101110101011100100111111001111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB535; }

 p { color: rgb(252,181,53); }

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

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

 a { background-color: rgb(252,181,53); }

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

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

 span { border-color: rgb(252,181,53); }

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