#F0A10E

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

Shades of Gamboge #F0A10E

Tints of Gamboge #F0A10E

Color information

#F0A10E (or 0xF0A10E) is unknown color: approx Gamboge. HEX triplet: F0, A1 and 0E. RGB value is (240,161,14). Sum of RGB (Red+Green+Blue) = 240+161+14=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A10E is #0F5EF1. Grayscale: #A8A8A8. Windows color (decimal): -1007346 or 958960. OLE color: 958960.

HSL color Cylindrical-coordinate representation of color #F0A10E: hue angle of 39.03º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0A10E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB24016114-
CMYK00.330.940.06
HSL39.03º88.98%49.8%-
HSV(B)39.03º94.17%94.12%-
XYZ48.7644.056.35-
YUV167.8641.17179.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.83%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 14 (5.86% from 255) = 3.37%
R=57.83%
G=38.80%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401611400.330.940.0639.0388.9849.8
HexF0A1E0215E6275932
Octal3602411604113664713162
Binary11110000101000011110010000110111101101001111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A10E; }

 p { color: rgb(240,161,14); }

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

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

 a { background-color: rgb(240,161,14); }

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

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

 span { border-color: rgb(240,161,14); }

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