#FEAB27

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

Shades of Lightning Yellow #FEAB27

Tints of Lightning Yellow #FEAB27

Color information

#FEAB27 (or 0xFEAB27) is unknown color: approx Lightning Yellow. HEX triplet: FE, AB and 27. RGB value is (254,171,39). Sum of RGB (Red+Green+Blue) = 254+171+39=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 39 (15.62% from 255 or 8.41% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB27 is #0154D8. Grayscale: #B5B5B5. Windows color (decimal): -87257 or 2599934. OLE color: 2599934.

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

Color convert

RGB25417139-
CMYK00.330.850.00
HSL36.84º99.08%57.45%-
HSV(B)36.84º84.65%99.61%-
XYZ55.850.348.7-
YUV180.7748180.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.74%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 39 (15.62% from 255) = 8.41%
R=54.74%
G=36.85%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541713900.330.850.0036.8499.0857.45
HexFEAB27021550256339
Octal3762534704112504514371
Binary11111110101010111001110100001101010101001011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB27; }

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

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

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

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

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

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

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

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