#FCAF37

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

Shades of Supernova #FCAF37

Tints of Supernova #FCAF37

Color information

#FCAF37 (or 0xFCAF37) is unknown color: approx Supernova. HEX triplet: FC, AF and 37. RGB value is (252,175,55). Sum of RGB (Red+Green+Blue) = 252+175+55=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 55 (21.88% from 255 or 11.41% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF37 is #0350C8. Grayscale: #B8B8B8. Windows color (decimal): -217289 or 3649532. OLE color: 3649532.

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

Color convert

RGB25217555-
CMYK00.310.780.01
HSL36.55º97.04%60.2%-
HSV(B)36.55º78.17%98.82%-
XYZ56.1651.6310.62-
YUV184.3455.01176.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.28%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 55 (21.88% from 255) = 11.41%
R=52.28%
G=36.31%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521755500.310.780.0136.5597.0460.2
HexFCAF3701F4E125613c
Octal3742576703711614514174
Binary1111110010101111110111011111100111011001011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAF37; }

 p { color: rgb(252,175,55); }

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

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

 a { background-color: rgb(252,175,55); }

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

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

 span { border-color: rgb(252,175,55); }

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