Html Css Color HEX #FEA424 Lightning Yellow

📋 copy color: '#FEA424'

red 254 ◦ green 164 ◦ blue 36

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

Shades of Lightning Yellow #FEA424

Tints of Lightning Yellow #FEA424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.93%

R = 55.95%
G = 36.12%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FEA424 (or 0xFEA424) is known color: Lightning Yellow. HEX triplet: FE, A4 and 24. RGB value is (254,164,36). Sum of RGB (Red+Green+Blue) = 254+164+36=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA424 is #015BDB. Grayscale: #B0B0B0. Windows color (decimal): -89052 or 2401534. OLE color: 2401534.

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

Color convert

RGB 254 164 36 -
CMYK 0 0.35 0.86 0.00
HSL 35.23º 0.99% 0.57% -
HSV(B) 35.23º 0.86% 1% -
XYZ 54.47 47.75 8.01 -
YUV 176.32 48.82 183.41 -
System Red Green Blue C M Y K H S L
Decimal 254 164 36 0 0.35 0.86 0.00 35.23 0.99 0.57
Hex FE A4 24 0 23 56 0 23 63 39
Octal 376 244 44 0 43 126 0 43 143 71
Binary 11111110 10100100 100100 0 100011 1010110 0 100011 1100011 111001

Color Harmonies of #FEA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA424

Black with #FEA424

Text Example


Text Example

White with #FEA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA424; }

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

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

background-color css

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

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

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

border-color css

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

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

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