#FEA125

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

Shades of Lightning Yellow #FEA125

Tints of Lightning Yellow #FEA125

Color information

#FEA125 (or 0xFEA125) is unknown color: approx Lightning Yellow. HEX triplet: FE, A1 and 25. RGB value is (254,161,37). Sum of RGB (Red+Green+Blue) = 254+161+37=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA125 is #015EDA. Grayscale: #AFAFAF. Windows color (decimal): -89819 or 2466302. OLE color: 2466302.

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

Color convert

RGB25416137-
CMYK00.370.850.00
HSL34.29º99.09%57.06%-
HSV(B)34.29º85.43%99.61%-
XYZ53.9546.697.92-
YUV174.6750.31184.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.19%
GREEN value IS 161 (63.28% from 255) = 35.62%
BLUE value IS 37 (14.84% from 255) = 8.19%
R=56.19%
G=35.62%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541613700.370.850.0034.2999.0957.06
HexFEA125025550226339
Octal3762414504512504214371
Binary11111110101000011001010100101101010101000101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA125; }

 p { color: rgb(254,161,37); }

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

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

 a { background-color: rgb(254,161,37); }

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

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

 span { border-color: rgb(254,161,37); }

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