Html Css Color HEX #FCAF32 Supernova

📋 copy color: '#FCAF32'

red 252 ◦ green 175 ◦ blue 50

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

Shades of Supernova #FCAF32

Tints of Supernova #FCAF32

RGB

 RED value IS 252 (98.83% from 255) = 52.83%

 GREEN value IS 175 (68.75% from 255) = 36.69%

 BLUE value IS 50 (19.92% from 255) = 10.48%

R = 52.83%
G = 36.69%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCAF32 (or 0xFCAF32) is known color: Supernova. HEX triplet: FC, AF and 32. RGB value is (252,175,50). Sum of RGB (Red+Green+Blue) = 252+175+50=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF32 is #0350CD. Grayscale: #B8B8B8. Windows color (decimal): -217294 or 3321852. OLE color: 3321852.

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

Color convert

RGB 252 175 50 -
CMYK 0 0.31 0.80 0.01
HSL 37.13º 0.97% 0.59% -
HSV(B) 37.13º 0.8% 0.99% -
XYZ 56.05 51.59 10.02 -
YUV 183.77 52.51 176.66 -
System Red Green Blue C M Y K H S L
Decimal 252 175 50 0 0.31 0.80 0.01 37.13 0.97 0.59
Hex FC AF 32 0 1F 50 1 25 61 3B
Octal 374 257 62 0 37 120 1 45 141 73
Binary 11111100 10101111 110010 0 11111 1010000 1 100101 1100001 111011

Color Harmonies of #FCAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF32

Black with #FCAF32

Text Example


Text Example

White with #FCAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF32; }

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

 H1.HeaderClassName
 {
   color: #FCAF32;
 }
 .AnyTagClassName
 {
   color: #FCAF32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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