#F0AA33

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

Shades of Lightning Yellow #F0AA33

Tints of Lightning Yellow #F0AA33

Color information

#F0AA33 (or 0xF0AA33) is unknown color: approx Lightning Yellow. HEX triplet: F0, AA and 33. RGB value is (240,170,51). Sum of RGB (Red+Green+Blue) = 240+170+51=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AA33 is #0F55CC. Grayscale: #B1B1B1. Windows color (decimal): -1005005 or 3386096. OLE color: 3386096.

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

Color convert

RGB24017051-
CMYK00.290.790.06
HSL37.78º86.3%57.06%-
HSV(B)37.78º78.75%94.12%-
XYZ50.9147.519.62-
YUV177.3656.69172.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.06%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 51 (20.31% from 255) = 11.06%
R=52.06%
G=36.88%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401705100.290.790.0637.7886.357.06
HexF0AA3301D4F6265639
Octal3602526303511764612671
Binary111100001010101011001101110110011111101001101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AA33; }

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

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

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

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

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

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

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

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