#F19610

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

Shades of Gamboge #F19610

Tints of Gamboge #F19610

Color information

#F19610 (or 0xF19610) is unknown color: approx Gamboge. HEX triplet: F1, 96 and 10. RGB value is (241,150,16). Sum of RGB (Red+Green+Blue) = 241+150+16=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F19610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19610 is #0E69EF. Grayscale: #A2A2A2. Windows color (decimal): -944624 or 1087217. OLE color: 1087217.

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

Color convert

RGB24115016-
CMYK00.380.930.05
HSL35.73º88.93%50.39%-
HSV(B)35.73º93.36%94.51%-
XYZ47.2840.555.83-
YUV161.9345.65184.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.21%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 16 (6.64% from 255) = 3.93%
R=59.21%
G=36.86%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411501600.380.930.0535.7388.9350.39
HexF196100265D5245932
Octal3612262004613554413162
Binary111100011001011010000010011010111011011001001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19610; }

 p { color: rgb(241,150,16); }

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

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

 a { background-color: rgb(241,150,16); }

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

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

 span { border-color: rgb(241,150,16); }

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