#F9A22E

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

Shades of Lightning Yellow #F9A22E

Tints of Lightning Yellow #F9A22E

Color information

#F9A22E (or 0xF9A22E) is unknown color: approx Lightning Yellow. HEX triplet: F9, A2 and 2E. RGB value is (249,162,46). Sum of RGB (Red+Green+Blue) = 249+162+46=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A22E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A22E is #065DD1. Grayscale: #AFAFAF. Windows color (decimal): -417234 or 3056377. OLE color: 3056377.

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

Color convert

RGB24916246-
CMYK00.350.820.02
HSL34.29º94.42%57.84%-
HSV(B)34.29º81.53%97.65%-
XYZ52.4846.188.73-
YUV174.7955.32180.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.49%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 46 (18.36% from 255) = 10.07%
R=54.49%
G=35.45%
B=10.07%

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
Decimal2491624600.350.820.0234.2994.4257.84
HexF9A22E023522225e3a
Octal3712425604312224213672
Binary111110011010001010111001000111010010101000101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A22E; }

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

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

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

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

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

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

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

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