Html Css Color HEX #FEAE2C Supernova

📋 copy color: '#FEAE2C'

red 254 ◦ green 174 ◦ blue 44

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

Shades of Supernova #FEAE2C

Tints of Supernova #FEAE2C

RGB

 RED value IS 254 (99.61% from 255) = 53.81%

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

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

R = 53.81%
G = 36.86%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEAE2C (or 0xFEAE2C) is known color: Supernova. HEX triplet: FE, AE and 2C. RGB value is (254,174,44). Sum of RGB (Red+Green+Blue) = 254+174+44=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAE2C is #0151D3. Grayscale: #B7B7B7. Windows color (decimal): -86484 or 2928382. OLE color: 2928382.

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

Color convert

RGB 254 174 44 -
CMYK 0 0.31 0.83 0.00
HSL 37.14º 0.99% 0.58% -
HSV(B) 37.14º 0.83% 1% -
XYZ 56.46 51.52 9.35 -
YUV 183.1 49.5 178.57 -
System Red Green Blue C M Y K H S L
Decimal 254 174 44 0 0.31 0.83 0.00 37.14 0.99 0.58
Hex FE AE 2C 0 1F 53 0 25 63 3A
Octal 376 256 54 0 37 123 0 45 143 72
Binary 11111110 10101110 101100 0 11111 1010011 0 100101 1100011 111010

Color Harmonies of #FEAE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAE2C

Black with #FEAE2C

Text Example


Text Example

White with #FEAE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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