#F1A20F

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

Shades of Gamboge #F1A20F

Tints of Gamboge #F1A20F

Color information

#F1A20F (or 0xF1A20F) is unknown color: approx Gamboge. HEX triplet: F1, A2 and 0F. RGB value is (241,162,15). Sum of RGB (Red+Green+Blue) = 241+162+15=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A20F is #0E5DF0. Grayscale: #A9A9A9. Windows color (decimal): -941553 or 1024753. OLE color: 1024753.

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

Color convert

RGB24116215-
CMYK00.330.940.05
HSL39.03º88.98%50.2%-
HSV(B)39.03º93.78%94.51%-
XYZ49.2844.586.46-
YUV168.8641.17179.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.66%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 15 (6.25% from 255) = 3.59%
R=57.66%
G=38.76%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411621500.330.940.0539.0388.9850.2
HexF1A2F0215E5275932
Octal3612421704113654713162
Binary11110001101000101111010000110111101011001111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A20F; }

 p { color: rgb(241,162,15); }

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

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

 a { background-color: rgb(241,162,15); }

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

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

 span { border-color: rgb(241,162,15); }

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