Html Css Color HEX #FEAE2D Supernova

📋 copy color: '#FEAE2D'

red 254 ◦ green 174 ◦ blue 45

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

Shades of Supernova #FEAE2D

Tints of Supernova #FEAE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.51%

R = 53.7%
G = 36.79%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEAE2D (or 0xFEAE2D) is known color: Supernova. HEX triplet: FE, AE and 2D. RGB value is (254,174,45). Sum of RGB (Red+Green+Blue) = 254+174+45=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAE2D is #0151D2. Grayscale: #B7B7B7. Windows color (decimal): -86483 or 2993918. OLE color: 2993918.

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

Color convert

RGB 254 174 45 -
CMYK 0 0.31 0.82 0.00
HSL 37.03º 0.99% 0.59% -
HSV(B) 37.03º 0.82% 1% -
XYZ 56.48 51.53 9.45 -
YUV 183.21 50 178.49 -
System Red Green Blue C M Y K H S L
Decimal 254 174 45 0 0.31 0.82 0.00 37.03 0.99 0.59
Hex FE AE 2D 0 1F 52 0 25 63 3B
Octal 376 256 55 0 37 122 0 45 143 73
Binary 11111110 10101110 101101 0 11111 1010010 0 100101 1100011 111011

Color Harmonies of #FEAE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAE2D

Black with #FEAE2D

Text Example


Text Example

White with #FEAE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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