#F9A438

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

Shades of Lightning Yellow #F9A438

Tints of Lightning Yellow #F9A438

Color information

#F9A438 (or 0xF9A438) is unknown color: approx Lightning Yellow. HEX triplet: F9, A4 and 38. RGB value is (249,164,56). Sum of RGB (Red+Green+Blue) = 249+164+56=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A438 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A438 is #065BC7. Grayscale: #B1B1B1. Windows color (decimal): -416712 or 3712249. OLE color: 3712249.

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

Color convert

RGB24916456-
CMYK00.340.780.02
HSL33.58º94.15%59.8%-
HSV(B)33.58º77.51%97.65%-
XYZ53.0646.9810.01-
YUV177.159.66179.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.09%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 56 (22.27% from 255) = 11.94%
R=53.09%
G=34.97%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491645600.340.780.0233.5894.1559.8
HexF9A4380224E2225e3c
Octal3712447004211624213674
Binary111110011010010011100001000101001110101000101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A438; }

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

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

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

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

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

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

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

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