Html Css Color HEX #FEA929 Lightning Yellow

📋 copy color: '#FEA929'

red 254 ◦ green 169 ◦ blue 41

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

Shades of Lightning Yellow #FEA929

Tints of Lightning Yellow #FEA929

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.42%

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

R = 54.74%
G = 36.42%
B = 8.84%

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

#FEA929 (or 0xFEA929) is known color: Lightning Yellow. HEX triplet: FE, A9 and 29. RGB value is (254,169,41). Sum of RGB (Red+Green+Blue) = 254+169+41=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA929 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA929 is #0156D6. Grayscale: #B4B4B4. Windows color (decimal): -87767 or 2730494. OLE color: 2730494.

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

Color convert

RGB 254 169 41 -
CMYK 0 0.33 0.84 0.00
HSL 36.06º 0.99% 0.58% -
HSV(B) 36.06º 0.84% 1% -
XYZ 55.46 49.61 8.75 -
YUV 179.82 49.66 180.91 -
System Red Green Blue C M Y K H S L
Decimal 254 169 41 0 0.33 0.84 0.00 36.06 0.99 0.58
Hex FE A9 29 0 21 54 0 24 63 3A
Octal 376 251 51 0 41 124 0 44 143 72
Binary 11111110 10101001 101001 0 100001 1010100 0 100100 1100011 111010

Color Harmonies of #FEA929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA929

Black with #FEA929

Text Example


Text Example

White with #FEA929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA929; }

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

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

background-color css

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

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

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

border-color css

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

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

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