#f1a00f

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

Shades of Gamboge #F1A00F

Tints of Gamboge #F1A00F

Color information

#F1A00F (or 0xF1A00F) is unknown color: approx Gamboge. HEX triplet: F1, A0 and 0F. RGB value is (241,160,15). Sum of RGB (Red+Green+Blue) = 241+160+15=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A00F is #0E5FF0. Grayscale: #A8A8A8. Windows color (decimal): -942065 or 1024241. OLE color: 1024241.

HSL color Cylindrical-coordinate representation of color #F1A00F: hue angle of 38.5º 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 #F1A00F is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB24116015-
CMYK00.340.940.05
HSL38.5º88.98%50.2%-
HSV(B)38.5º93.78%94.51%-
XYZ48.9343.886.34-
YUV167.6941.84180.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.93%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 15 (6.25% from 255) = 3.61%
R=57.93%
G=38.46%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411601500.340.940.0538.588.9850.2
HexF1A0F0225E5265932
Octal3612401704213654613162
Binary11110001101000001111010001010111101011001101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1a00f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1a00f; }

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

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

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

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

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

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

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

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