#F0A214

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

Shades of Gamboge #F0A214

Tints of Gamboge #F0A214

Color information

#F0A214 (or 0xF0A214) is unknown color: approx Gamboge. HEX triplet: F0, A2 and 14. RGB value is (240,162,20). Sum of RGB (Red+Green+Blue) = 240+162+20=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A214 is #0F5DEB. Grayscale: #A9A9A9. Windows color (decimal): -1007084 or 1352432. OLE color: 1352432.

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

Color convert

RGB24016220-
CMYK00.320.920.06
HSL38.73º88%50.98%-
HSV(B)38.73º91.67%94.12%-
XYZ48.9844.426.65-
YUV169.1343.84178.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.87%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 20 (8.20% from 255) = 4.74%
R=56.87%
G=38.39%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401622000.320.920.0638.738850.98
HexF0A2140205C6275833
Octal3602422404013464713063
Binary111100001010001010100010000010111001101001111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A214; }

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

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

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

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

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

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

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

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