#F0A634

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

Shades of Lightning Yellow #F0A634

Tints of Lightning Yellow #F0A634

Color information

#F0A634 (or 0xF0A634) is unknown color: approx Lightning Yellow. HEX triplet: F0, A6 and 34. RGB value is (240,166,52). Sum of RGB (Red+Green+Blue) = 240+166+52=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A634 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A634 is #0F59CB. Grayscale: #AFAFAF. Windows color (decimal): -1006028 or 3450608. OLE color: 3450608.

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

Color convert

RGB24016652-
CMYK00.310.780.06
HSL36.38º86.24%57.25%-
HSV(B)36.38º78.33%94.12%-
XYZ50.1946.059.49-
YUV175.1358.52174.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.40%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 52 (20.70% from 255) = 11.35%
R=52.40%
G=36.24%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401665200.310.780.0636.3886.2457.25
HexF0A63401F4E6245639
Octal3602466403711664412671
Binary111100001010011011010001111110011101101001001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A634; }

 p { color: rgb(240,166,52); }

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

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

 a { background-color: rgb(240,166,52); }

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

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

 span { border-color: rgb(240,166,52); }

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