#FEA228

Color #FEA228 Lightning Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lightning Yellow #FEA228

Tints of Lightning Yellow #FEA228

Color information

#FEA228 (or 0xFEA228) is unknown color: approx Lightning Yellow. HEX triplet: FE, A2 and 28. RGB value is (254,162,40). Sum of RGB (Red+Green+Blue) = 254+162+40=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA228 is #015DD7. Grayscale: #B0B0B0. Windows color (decimal): -89560 or 2663166. OLE color: 2663166.

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

Color convert

RGB25416240-
CMYK00.360.840.00
HSL34.21º99.07%57.65%-
HSV(B)34.21º84.25%99.61%-
XYZ54.1847.068.24-
YUV175.651.48183.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.70%
GREEN value IS 162 (63.67% from 255) = 35.53%
BLUE value IS 40 (16.02% from 255) = 8.77%
R=55.70%
G=35.53%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541624000.360.840.0034.2199.0757.65
HexFEA22802454022633a
Octal3762425004412404214372
Binary11111110101000101010000100100101010001000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA228; }

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

 H1.HeaderClassName
 {
   color: #FEA228;
 }
 .AnyTagClassName
 {
   color: #FEA228;
 }
</style>
background-color css

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

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

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

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

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

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