Html Css Color HEX #FEAA29 Lightning Yellow

📋 copy color: '#FEAA29'

red 254 ◦ green 170 ◦ blue 41

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

Shades of Lightning Yellow #FEAA29

Tints of Lightning Yellow #FEAA29

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.56%

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

R = 54.62%
G = 36.56%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEAA29 (or 0xFEAA29) is known color: Lightning Yellow. HEX triplet: FE, AA and 29. RGB value is (254,170,41). Sum of RGB (Red+Green+Blue) = 254+170+41=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 41 (16.41% from 255 or 8.82% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA29 is #0155D6. Grayscale: #B5B5B5. Windows color (decimal): -87511 or 2730750. OLE color: 2730750.

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

Color convert

RGB 254 170 41 -
CMYK 0 0.33 0.84 0.00
HSL 36.34º 0.99% 0.58% -
HSV(B) 36.34º 0.84% 1% -
XYZ 55.65 49.98 8.81 -
YUV 180.41 49.33 180.49 -
System Red Green Blue C M Y K H S L
Decimal 254 170 41 0 0.33 0.84 0.00 36.34 0.99 0.58
Hex FE AA 29 0 21 54 0 24 63 3A
Octal 376 252 51 0 41 124 0 44 143 72
Binary 11111110 10101010 101001 0 100001 1010100 0 100100 1100011 111010

Color Harmonies of #FEAA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA29

Black with #FEAA29

Text Example


Text Example

White with #FEAA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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