#F9A83A

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

Shades of Lightning Yellow #F9A83A

Tints of Lightning Yellow #F9A83A

Color information

#F9A83A (or 0xF9A83A) is unknown color: approx Lightning Yellow. HEX triplet: F9, A8 and 3A. RGB value is (249,168,58). Sum of RGB (Red+Green+Blue) = 249+168+58=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A83A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A83A is #0657C5. Grayscale: #B4B4B4. Windows color (decimal): -415686 or 3844345. OLE color: 3844345.

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

Color convert

RGB24916858-
CMYK00.330.770.02
HSL34.55º94.09%60.2%-
HSV(B)34.55º76.71%97.65%-
XYZ53.8348.4510.52-
YUV179.6859.34177.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.42%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 58 (23.05% from 255) = 12.21%
R=52.42%
G=35.37%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491685800.330.770.0234.5594.0960.2
HexF9A83A0214D2235e3c
Octal3712507204111524313674
Binary111110011010100011101001000011001101101000111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A83A; }

 p { color: rgb(249,168,58); }

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

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

 a { background-color: rgb(249,168,58); }

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

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

 span { border-color: rgb(249,168,58); }

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