#FEA42D

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

Shades of Lightning Yellow #FEA42D

Tints of Lightning Yellow #FEA42D

Color information

#FEA42D (or 0xFEA42D) is unknown color: approx Lightning Yellow. HEX triplet: FE, A4 and 2D. RGB value is (254,164,45). Sum of RGB (Red+Green+Blue) = 254+164+45=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA42D is #015BD2. Grayscale: #B1B1B1. Windows color (decimal): -89043 or 2991358. OLE color: 2991358.

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

Color convert

RGB25416445-
CMYK00.350.820.00
HSL34.16º99.05%58.63%-
HSV(B)34.16º82.28%99.61%-
XYZ54.6247.818.83-
YUV177.3453.32182.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.86%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 45 (17.97% from 255) = 9.72%
R=54.86%
G=35.42%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541644500.350.820.0034.1699.0558.63
HexFEA42D02352022633b
Octal3762445504312204214373
Binary11111110101001001011010100011101001001000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA42D; }

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

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

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

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

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

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

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

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