#FEAC27

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

Shades of Lightning Yellow #FEAC27

Tints of Lightning Yellow #FEAC27

Color information

#FEAC27 (or 0xFEAC27) is unknown color: approx Lightning Yellow. HEX triplet: FE, AC and 27. RGB value is (254,172,39). Sum of RGB (Red+Green+Blue) = 254+172+39=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 39 (15.62% from 255 or 8.39% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC27 is #0153D8. Grayscale: #B5B5B5. Windows color (decimal): -87001 or 2600190. OLE color: 2600190.

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

Color convert

RGB25417239-
CMYK00.320.850.00
HSL37.12º99.08%57.45%-
HSV(B)37.12º84.65%99.61%-
XYZ55.9950.728.76-
YUV181.3647.67179.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.62%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 39 (15.62% from 255) = 8.39%
R=54.62%
G=36.99%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541723900.320.850.0037.1299.0857.45
HexFEAC27020550256339
Octal3762544704012504514371
Binary11111110101011001001110100000101010101001011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAC27; }

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

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

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

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

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

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

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

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