#FEA22D

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

Shades of Lightning Yellow #FEA22D

Tints of Lightning Yellow #FEA22D

Color information

#FEA22D (or 0xFEA22D) is unknown color: approx Lightning Yellow. HEX triplet: FE, A2 and 2D. RGB value is (254,162,45). Sum of RGB (Red+Green+Blue) = 254+162+45=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA22D is #015DD2. Grayscale: #B0B0B0. Windows color (decimal): -89555 or 2990846. OLE color: 2990846.

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

Color convert

RGB25416245-
CMYK00.360.820.00
HSL33.59º99.05%58.63%-
HSV(B)33.59º82.28%99.61%-
XYZ54.2747.18.71-
YUV176.1753.98183.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 45 (17.97% from 255) = 9.76%
R=55.10%
G=35.14%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541624500.360.820.0033.5999.0558.63
HexFEA22D02452022633b
Octal3762425504412204214373
Binary11111110101000101011010100100101001001000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA22D; }

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

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

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

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

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

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

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

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