Html Css Color HEX #FEAF29 Supernova

📋 copy color: '#FEAF29'

red 254 ◦ green 175 ◦ blue 41

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

Shades of Supernova #FEAF29

Tints of Supernova #FEAF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.72%

R = 54.04%
G = 37.23%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEAF29 (or 0xFEAF29) is known color: Supernova. HEX triplet: FE, AF and 29. RGB value is (254,175,41). Sum of RGB (Red+Green+Blue) = 254+175+41=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 41 (16.41% from 255 or 8.72% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF29 is #0150D6. Grayscale: #B7B7B7. Windows color (decimal): -86231 or 2732030. OLE color: 2732030.

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

Color convert

RGB 254 175 41 -
CMYK 0 0.31 0.84 0.00
HSL 37.75º 0.99% 0.58% -
HSV(B) 37.75º 0.84% 1% -
XYZ 56.6 51.89 9.13 -
YUV 183.35 47.67 178.4 -
System Red Green Blue C M Y K H S L
Decimal 254 175 41 0 0.31 0.84 0.00 37.75 0.99 0.58
Hex FE AF 29 0 1F 54 0 26 63 3A
Octal 376 257 51 0 37 124 0 46 143 72
Binary 11111110 10101111 101001 0 11111 1010100 0 100110 1100011 111010

Color Harmonies of #FEAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF29

Black with #FEAF29

Text Example


Text Example

White with #FEAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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