#FEA62D

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

Shades of Lightning Yellow #FEA62D

Tints of Lightning Yellow #FEA62D

Color information

#FEA62D (or 0xFEA62D) is unknown color: approx Lightning Yellow. HEX triplet: FE, A6 and 2D. RGB value is (254,166,45). Sum of RGB (Red+Green+Blue) = 254+166+45=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA62D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA62D is #0159D2. Grayscale: #B3B3B3. Windows color (decimal): -88531 or 2991870. OLE color: 2991870.

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

Color convert

RGB25416645-
CMYK00.350.820.00
HSL34.74º99.05%58.63%-
HSV(B)34.74º82.28%99.61%-
XYZ54.9848.538.95-
YUV178.5252.65181.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.62%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 45 (17.97% from 255) = 9.68%
R=54.62%
G=35.70%
B=9.68%

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
Decimal2541664500.350.820.0034.7499.0558.63
HexFEA62D02352023633b
Octal3762465504312204314373
Binary11111110101001101011010100011101001001000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA62D; }

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

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

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

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

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

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

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

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