Html Css Color HEX #FEA229 Lightning Yellow

📋 copy color: '#FEA229'

red 254 ◦ green 162 ◦ blue 41

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

Shades of Lightning Yellow #FEA229

Tints of Lightning Yellow #FEA229

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.45%

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

R = 55.58%
G = 35.45%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEA229 (or 0xFEA229) is known color: Lightning Yellow. HEX triplet: FE, A2 and 29. RGB value is (254,162,41). Sum of RGB (Red+Green+Blue) = 254+162+41=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA229 is #015DD6. Grayscale: #B0B0B0. Windows color (decimal): -89559 or 2728702. OLE color: 2728702.

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

Color convert

RGB 254 162 41 -
CMYK 0 0.36 0.84 0.00
HSL 34.08º 0.99% 0.58% -
HSV(B) 34.08º 0.84% 1% -
XYZ 54.19 47.07 8.33 -
YUV 175.71 51.98 183.84 -
System Red Green Blue C M Y K H S L
Decimal 254 162 41 0 0.36 0.84 0.00 34.08 0.99 0.58
Hex FE A2 29 0 24 54 0 22 63 3A
Octal 376 242 51 0 44 124 0 42 143 72
Binary 11111110 10100010 101001 0 100100 1010100 0 100010 1100011 111010

Color Harmonies of #FEA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA229

Black with #FEA229

Text Example


Text Example

White with #FEA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA229; }

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

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

background-color css

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

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

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

border-color css

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

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

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