Html Css Color HEX #FCAE32 Supernova

📋 copy color: '#FCAE32'

red 252 ◦ green 174 ◦ blue 50

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

Shades of Supernova #FCAE32

Tints of Supernova #FCAE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.55%

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

R = 52.94%
G = 36.55%
B = 10.5%

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

#FCAE32 (or 0xFCAE32) is known color: Supernova. HEX triplet: FC, AE and 32. RGB value is (252,174,50). Sum of RGB (Red+Green+Blue) = 252+174+50=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAE32 is #0351CD. Grayscale: #B7B7B7. Windows color (decimal): -217550 or 3321596. OLE color: 3321596.

HSL color Cylindrical-coordinate representation of color #FCAE32: hue angle of 36.83º 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 #FCAE32 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 174 50 -
CMYK 0 0.31 0.80 0.01
HSL 36.83º 0.97% 0.59% -
HSV(B) 36.83º 0.8% 0.99% -
XYZ 55.86 51.2 9.96 -
YUV 183.19 52.84 177.08 -
System Red Green Blue C M Y K H S L
Decimal 252 174 50 0 0.31 0.80 0.01 36.83 0.97 0.59
Hex FC AE 32 0 1F 50 1 25 61 3B
Octal 374 256 62 0 37 120 1 45 141 73
Binary 11111100 10101110 110010 0 11111 1010000 1 100101 1100001 111011

Color Harmonies of #FCAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE32

Black with #FCAE32

Text Example


Text Example

White with #FCAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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