Html Css Color HEX #FCAF37 Supernova

📋 copy color: '#FCAF37'

red 252 ◦ green 175 ◦ blue 55

#FCAF37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Supernova #FCAF37

Tints of Supernova #FCAF37

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 value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCAF37 (or 0xFCAF37) is known color: 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

RGB 252 175 55 -
CMYK 0 0.31 0.78 0.01
HSL 36.55º 0.97% 0.6% -
HSV(B) 36.55º 0.78% 0.99% -
XYZ 56.16 51.63 10.62 -
YUV 184.34 55.01 176.26 -
System Red Green Blue C M Y K H S L
Decimal 252 175 55 0 0.31 0.78 0.01 36.55 0.97 0.6
Hex FC AF 37 0 1F 4E 1 25 61 3C
Octal 374 257 67 0 37 116 1 45 141 74
Binary 11111100 10101111 110111 0 11111 1001110 1 100101 1100001 111100

Color Harmonies of #FCAF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF37

Black with #FCAF37

Text Example


Text Example

White with #FCAF37

Text Example


Text Example

HTML Codes & Css Web 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>