Html Css Color HEX #FEAF2F Supernova

📋 copy color: '#FEAF2F'

red 254 ◦ green 175 ◦ blue 47

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

Shades of Supernova #FEAF2F

Tints of Supernova #FEAF2F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

 BLUE value IS 47 (18.75% from 255) = 9.87%

R = 53.36%
G = 36.76%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEAF2F (or 0xFEAF2F) is known color: Supernova. HEX triplet: FE, AF and 2F. RGB value is (254,175,47). Sum of RGB (Red+Green+Blue) = 254+175+47=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 47 (18.75% from 255 or 9.87% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF2F is #0150D0. Grayscale: #B8B8B8. Windows color (decimal): -86225 or 3125246. OLE color: 3125246.

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

Color convert

RGB 254 175 47 -
CMYK 0 0.31 0.81 0.00
HSL 37.1º 0.99% 0.59% -
HSV(B) 37.1º 0.81% 1% -
XYZ 56.72 51.94 9.72 -
YUV 184.03 50.67 177.91 -
System Red Green Blue C M Y K H S L
Decimal 254 175 47 0 0.31 0.81 0.00 37.1 0.99 0.59
Hex FE AF 2F 0 1F 51 0 25 63 3B
Octal 376 257 57 0 37 121 0 45 143 73
Binary 11111110 10101111 101111 0 11111 1010001 0 100101 1100011 111011

Color Harmonies of #FEAF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF2F

Black with #FEAF2F

Text Example


Text Example

White with #FEAF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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