#F0A014

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

Shades of Gamboge #F0A014

Tints of Gamboge #F0A014

Color information

#F0A014 (or 0xF0A014) is unknown color: approx Gamboge. HEX triplet: F0, A0 and 14. RGB value is (240,160,20). Sum of RGB (Red+Green+Blue) = 240+160+20=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A014 is #0F5FEB. Grayscale: #A8A8A8. Windows color (decimal): -1007596 or 1351920. OLE color: 1351920.

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

Color convert

RGB24016020-
CMYK00.330.920.06
HSL38.18º88%50.98%-
HSV(B)38.18º91.67%94.12%-
XYZ48.6343.726.54-
YUV167.9644.5179.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.14%
GREEN value IS 160 (62.89% from 255) = 38.10%
BLUE value IS 20 (8.20% from 255) = 4.76%
R=57.14%
G=38.10%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401602000.330.920.0638.188850.98
HexF0A0140215C6265833
Octal3602402404113464613063
Binary111100001010000010100010000110111001101001101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A014; }

 p { color: rgb(240,160,20); }

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

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

 a { background-color: rgb(240,160,20); }

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

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

 span { border-color: rgb(240,160,20); }

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