#F9A425

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

Shades of Lightning Yellow #F9A425

Tints of Lightning Yellow #F9A425

Color information

#F9A425 (or 0xF9A425) is unknown color: approx Lightning Yellow. HEX triplet: F9, A4 and 25. RGB value is (249,164,37). Sum of RGB (Red+Green+Blue) = 249+164+37=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A425 is #065BDA. Grayscale: #AFAFAF. Windows color (decimal): -416731 or 2467065. OLE color: 2467065.

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

Color convert

RGB24916437-
CMYK00.340.850.02
HSL35.94º94.64%56.08%-
HSV(B)35.94º85.14%97.65%-
XYZ52.6846.828.01-
YUV174.9450.16180.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.33%
GREEN value IS 164 (64.45% from 255) = 36.44%
BLUE value IS 37 (14.84% from 255) = 8.22%
R=55.33%
G=36.44%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491643700.340.850.0235.9494.6456.08
HexF9A425022552245f38
Octal3712444504212524413770
Binary111110011010010010010101000101010101101001001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A425; }

 p { color: rgb(249,164,37); }

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

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

 a { background-color: rgb(249,164,37); }

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

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

 span { border-color: rgb(249,164,37); }

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