#FEAF2E

Color #FEAF2E Supernova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Supernova #FEAF2E

Tints of Supernova #FEAF2E

Color information

#FEAF2E (or 0xFEAF2E) is unknown color: approx Supernova. HEX triplet: FE, AF and 2E. RGB value is (254,175,46). Sum of RGB (Red+Green+Blue) = 254+175+46=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF2E is #0150D1. Grayscale: #B8B8B8. Windows color (decimal): -86226 or 3059710. OLE color: 3059710.

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

Color convert

RGB25417546-
CMYK00.310.820.00
HSL37.21º99.05%58.82%-
HSV(B)37.21º81.89%99.61%-
XYZ56.751.939.62-
YUV183.9250.17177.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.47%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 46 (18.36% from 255) = 9.68%
R=53.47%
G=36.84%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541754600.310.820.0037.2199.0558.82
HexFEAF2E01F52025633b
Octal3762575603712204514373
Binary1111111010101111101110011111101001001001011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF2E; }

 p { color: rgb(254,175,46); }

 H1.HeaderClassName
 {
   color: #FEAF2E;
 }
 .AnyTagClassName
 {
   color: #FEAF2E;
 }
</style>
background-color css

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

 a { background-color: rgb(254,175,46); }

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

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

 span { border-color: rgb(254,175,46); }

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