Html Css Color HEX #FCAE2C Supernova

📋 copy color: '#FCAE2C'

red 252 ◦ green 174 ◦ blue 44

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

Shades of Supernova #FCAE2C

Tints of Supernova #FCAE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.36%

R = 53.62%
G = 37.02%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCAE2C (or 0xFCAE2C) is known color: Supernova. HEX triplet: FC, AE and 2C. RGB value is (252,174,44). Sum of RGB (Red+Green+Blue) = 252+174+44=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAE2C is #0351D3. Grayscale: #B7B7B7. Windows color (decimal): -217556 or 2928380. OLE color: 2928380.

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

Color convert

RGB 252 174 44 -
CMYK 0 0.31 0.83 0.01
HSL 37.5º 0.97% 0.58% -
HSV(B) 37.5º 0.83% 0.99% -
XYZ 55.74 51.15 9.32 -
YUV 182.5 49.84 177.57 -
System Red Green Blue C M Y K H S L
Decimal 252 174 44 0 0.31 0.83 0.01 37.5 0.97 0.58
Hex FC AE 2C 0 1F 53 1 26 61 3A
Octal 374 256 54 0 37 123 1 46 141 72
Binary 11111100 10101110 101100 0 11111 1010011 1 100110 1100001 111010

Color Harmonies of #FCAE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE2C

Black with #FCAE2C

Text Example


Text Example

White with #FCAE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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