#FEAB2D

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

Shades of Lightning Yellow #FEAB2D

Tints of Lightning Yellow #FEAB2D

Color information

#FEAB2D (or 0xFEAB2D) is unknown color: approx Lightning Yellow. HEX triplet: FE, AB and 2D. RGB value is (254,171,45). Sum of RGB (Red+Green+Blue) = 254+171+45=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB2D is #0154D2. Grayscale: #B6B6B6. Windows color (decimal): -87251 or 2993150. OLE color: 2993150.

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

Color convert

RGB25417145-
CMYK00.330.820.00
HSL36.17º99.05%58.63%-
HSV(B)36.17º82.28%99.61%-
XYZ55.9150.399.26-
YUV181.4551179.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.04%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 45 (17.97% from 255) = 9.57%
R=54.04%
G=36.38%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541714500.330.820.0036.1799.0558.63
HexFEAB2D02152024633b
Octal3762535504112204414373
Binary11111110101010111011010100001101001001001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB2D; }

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

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

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

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

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

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

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

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