#F19410

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

Shades of Gamboge #F19410

Tints of Gamboge #F19410

Color information

#F19410 (or 0xF19410) is unknown color: approx Gamboge. HEX triplet: F1, 94 and 10. RGB value is (241,148,16). Sum of RGB (Red+Green+Blue) = 241+148+16=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F19410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19410 is #0E6BEF. Grayscale: #A1A1A1. Windows color (decimal): -945136 or 1086705. OLE color: 1086705.

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

Color convert

RGB24114816-
CMYK00.390.930.05
HSL35.2º88.93%50.39%-
HSV(B)35.2º93.36%94.51%-
XYZ46.9639.925.72-
YUV160.7646.31185.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.51%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 16 (6.64% from 255) = 3.95%
R=59.51%
G=36.54%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411481600.390.930.0535.288.9350.39
HexF194100275D5235932
Octal3612242004713554313162
Binary111100011001010010000010011110111011011000111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19410; }

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

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

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

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

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

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

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

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