#F0AA31

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

Shades of Lightning Yellow #F0AA31

Tints of Lightning Yellow #F0AA31

Color information

#F0AA31 (or 0xF0AA31) is unknown color: approx Lightning Yellow. HEX triplet: F0, AA and 31. RGB value is (240,170,49). Sum of RGB (Red+Green+Blue) = 240+170+49=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AA31 is #0F55CE. Grayscale: #B1B1B1. Windows color (decimal): -1005007 or 3255024. OLE color: 3255024.

HSL color Cylindrical-coordinate representation of color #F0AA31: hue angle of 38.01º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0AA31 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB24017049-
CMYK00.290.800.06
HSL38.01º86.43%56.67%-
HSV(B)38.01º79.58%94.12%-
XYZ50.8647.59.39-
YUV177.1455.69172.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.29%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 49 (19.53% from 255) = 10.68%
R=52.29%
G=37.04%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401704900.290.800.0638.0186.4356.67
HexF0AA3101D506265639
Octal3602526103512064612671
Binary111100001010101011000101110110100001101001101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AA31; }

 p { color: rgb(240,170,49); }

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

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

 a { background-color: rgb(240,170,49); }

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

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

 span { border-color: rgb(240,170,49); }

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