#F9A32E

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

Shades of Lightning Yellow #F9A32E

Tints of Lightning Yellow #F9A32E

Color information

#F9A32E (or 0xF9A32E) is unknown color: approx Lightning Yellow. HEX triplet: F9, A3 and 2E. RGB value is (249,163,46). Sum of RGB (Red+Green+Blue) = 249+163+46=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A32E is #065CD1. Grayscale: #AFAFAF. Windows color (decimal): -416978 or 3056633. OLE color: 3056633.

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

Color convert

RGB24916346-
CMYK00.350.820.02
HSL34.58º94.42%57.84%-
HSV(B)34.58º81.53%97.65%-
XYZ52.6646.538.79-
YUV175.3854.99180.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.37%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 46 (18.36% from 255) = 10.04%
R=54.37%
G=35.59%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491634600.350.820.0234.5894.4257.84
HexF9A32E023522235e3a
Octal3712435604312224313672
Binary111110011010001110111001000111010010101000111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A32E; }

 p { color: rgb(249,163,46); }

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

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

 a { background-color: rgb(249,163,46); }

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

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

 span { border-color: rgb(249,163,46); }

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