Html Css Color HEX #FEA429 Lightning Yellow

📋 copy color: '#FEA429'

red 254 ◦ green 164 ◦ blue 41

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

Shades of Lightning Yellow #FEA429

Tints of Lightning Yellow #FEA429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.73%

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

R = 55.34%
G = 35.73%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEA429 (or 0xFEA429) is known color: Lightning Yellow. HEX triplet: FE, A4 and 29. RGB value is (254,164,41). Sum of RGB (Red+Green+Blue) = 254+164+41=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA429 is #015BD6. Grayscale: #B1B1B1. Windows color (decimal): -89047 or 2729214. OLE color: 2729214.

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

Color convert

RGB 254 164 41 -
CMYK 0 0.35 0.84 0.00
HSL 34.65º 0.99% 0.58% -
HSV(B) 34.65º 0.84% 1% -
XYZ 54.55 47.78 8.45 -
YUV 176.89 51.32 183 -
System Red Green Blue C M Y K H S L
Decimal 254 164 41 0 0.35 0.84 0.00 34.65 0.99 0.58
Hex FE A4 29 0 23 54 0 23 63 3A
Octal 376 244 51 0 43 124 0 43 143 72
Binary 11111110 10100100 101001 0 100011 1010100 0 100011 1100011 111010

Color Harmonies of #FEA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA429

Black with #FEA429

Text Example


Text Example

White with #FEA429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA429; }

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

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

background-color css

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

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

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

border-color css

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

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

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