#FEA033

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

Shades of Lightning Yellow #FEA033

Tints of Lightning Yellow #FEA033

Color information

#FEA033 (or 0xFEA033) is unknown color: approx Lightning Yellow. HEX triplet: FE, A0 and 33. RGB value is (254,160,51). Sum of RGB (Red+Green+Blue) = 254+160+51=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA033 is #015FCC. Grayscale: #B0B0B0. Windows color (decimal): -90061 or 3383550. OLE color: 3383550.

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

Color convert

RGB25416051-
CMYK00.370.800.00
HSL32.22º99.02%59.8%-
HSV(B)32.22º79.92%99.61%-
XYZ54.0446.459.25-
YUV175.6857.64183.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.62%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 51 (20.31% from 255) = 10.97%
R=54.62%
G=34.41%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541605100.370.800.0032.2299.0259.8
HexFEA03302550020633c
Octal3762406304512004014374
Binary11111110101000001100110100101101000001000001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA033; }

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

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

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

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

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

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

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

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