#F0A933

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

Shades of Lightning Yellow #F0A933

Tints of Lightning Yellow #F0A933

Color information

#F0A933 (or 0xF0A933) is unknown color: approx Lightning Yellow. HEX triplet: F0, A9 and 33. RGB value is (240,169,51). Sum of RGB (Red+Green+Blue) = 240+169+51=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A933 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A933 is #0F56CC. Grayscale: #B1B1B1. Windows color (decimal): -1005261 or 3385840. OLE color: 3385840.

HSL color Cylindrical-coordinate representation of color #F0A933: hue angle of 37.46º 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 #F0A933 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB24016951-
CMYK00.300.790.06
HSL37.46º86.3%57.06%-
HSV(B)37.46º78.75%94.12%-
XYZ50.7247.149.56-
YUV176.7857.02173.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.17%
GREEN value IS 169 (66.41% from 255) = 36.74%
BLUE value IS 51 (20.31% from 255) = 11.09%
R=52.17%
G=36.74%
B=11.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401695100.300.790.0637.4686.357.06
HexF0A93301E4F6255639
Octal3602516303611764512671
Binary111100001010100111001101111010011111101001011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A933; }

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

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

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

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

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

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

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

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