Html Css Color HEX #FEAF2E Supernova

📋 copy color: '#FEAF2E'

red 254 ◦ green 175 ◦ blue 46

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

Shades of Supernova #FEAF2E

Tints of Supernova #FEAF2E

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 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

#FEAF2E (or 0xFEAF2E) is known color: 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

RGB 254 175 46 -
CMYK 0 0.31 0.82 0.00
HSL 37.21º 0.99% 0.59% -
HSV(B) 37.21º 0.82% 1% -
XYZ 56.7 51.93 9.62 -
YUV 183.92 50.17 177.99 -
System Red Green Blue C M Y K H S L
Decimal 254 175 46 0 0.31 0.82 0.00 37.21 0.99 0.59
Hex FE AF 2E 0 1F 52 0 25 63 3B
Octal 376 257 56 0 37 122 0 45 143 73
Binary 11111110 10101111 101110 0 11111 1010010 0 100101 1100011 111011

Color Harmonies of #FEAF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF2E

Black with #FEAF2E

Text Example


Text Example

White with #FEAF2E

Text Example


Text Example

HTML Codes & Css Web 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>