Html Css Color HEX #FCAE28 Supernova

📋 copy color: '#FCAE28'

red 252 ◦ green 174 ◦ blue 40

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

Shades of Supernova #FCAE28

Tints of Supernova #FCAE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.58%

R = 54.08%
G = 37.34%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCAE28 (or 0xFCAE28) is known color: Supernova. HEX triplet: FC, AE and 28. RGB value is (252,174,40). Sum of RGB (Red+Green+Blue) = 252+174+40=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 40 (16.02% from 255 or 8.58% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAE28 is #0351D7. Grayscale: #B6B6B6. Windows color (decimal): -217560 or 2666236. OLE color: 2666236.

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

Color convert

RGB 252 174 40 -
CMYK 0 0.31 0.84 0.01
HSL 37.92º 0.97% 0.57% -
HSV(B) 37.92º 0.84% 0.99% -
XYZ 55.66 51.12 8.94 -
YUV 182.05 47.84 177.9 -
System Red Green Blue C M Y K H S L
Decimal 252 174 40 0 0.31 0.84 0.01 37.92 0.97 0.57
Hex FC AE 28 0 1F 54 1 26 61 39
Octal 374 256 50 0 37 124 1 46 141 71
Binary 11111100 10101110 101000 0 11111 1010100 1 100110 1100001 111001

Color Harmonies of #FCAE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE28

Black with #FCAE28

Text Example


Text Example

White with #FCAE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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