#FEA02F

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

Shades of Lightning Yellow #FEA02F

Tints of Lightning Yellow #FEA02F

Color information

#FEA02F (or 0xFEA02F) is unknown color: approx Lightning Yellow. HEX triplet: FE, A0 and 2F. RGB value is (254,160,47). Sum of RGB (Red+Green+Blue) = 254+160+47=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA02F is #015FD0. Grayscale: #AFAFAF. Windows color (decimal): -90065 or 3121406. OLE color: 3121406.

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

Color convert

RGB25416047-
CMYK00.370.810.00
HSL32.75º99.04%59.02%-
HSV(B)32.75º81.5%99.61%-
XYZ53.9646.428.8-
YUV175.2255.64184.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 47 (18.75% from 255) = 10.20%
R=55.10%
G=34.71%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541604700.370.810.0032.7599.0459.02
HexFEA02F02551021633b
Octal3762405704512104114373
Binary11111110101000001011110100101101000101000011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA02F; }

 p { color: rgb(254,160,47); }

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

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

 a { background-color: rgb(254,160,47); }

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

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

 span { border-color: rgb(254,160,47); }

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