#F4A125

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

Shades of Lightning Yellow #F4A125

Tints of Lightning Yellow #F4A125

Color information

#F4A125 (or 0xF4A125) is unknown color: approx Lightning Yellow. HEX triplet: F4, A1 and 25. RGB value is (244,161,37). Sum of RGB (Red+Green+Blue) = 244+161+37=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A125 is #0B5EDA. Grayscale: #ACACAC. Windows color (decimal): -745179 or 2466292. OLE color: 2466292.

HSL color Cylindrical-coordinate representation of color #F4A125: hue angle of 35.94º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4A125 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB24416137-
CMYK00.340.850.04
HSL35.94º90.39%55.1%-
HSV(B)35.94º84.84%95.69%-
XYZ50.3944.867.75-
YUV171.6852179.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.20%
GREEN value IS 161 (63.28% from 255) = 36.43%
BLUE value IS 37 (14.84% from 255) = 8.37%
R=55.20%
G=36.43%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441613700.340.850.0435.9490.3955.1
HexF4A125022554245a37
Octal3642414504212544413267
Binary1111010010100001100101010001010101011001001001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A125; }

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

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

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

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

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

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

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

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