#F1940A

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

Shades of Gamboge #F1940A

Tints of Gamboge #F1940A

Color information

#F1940A (or 0xF1940A) is unknown color: approx Gamboge. HEX triplet: F1, 94 and 0A. RGB value is (241,148,10). Sum of RGB (Red+Green+Blue) = 241+148+10=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1940A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1940A is #0E6BF5. Grayscale: #A0A0A0. Windows color (decimal): -945142 or 693489. OLE color: 693489.

HSL color Cylindrical-coordinate representation of color #F1940A: hue angle of 35.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1940A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB24114810-
CMYK00.390.960.05
HSL35.84º92.03%49.22%-
HSV(B)35.84º95.85%94.51%-
XYZ46.9239.95.52-
YUV160.0743.31185.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.40%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 10 (4.30% from 255) = 2.51%
R=60.40%
G=37.09%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411481000.390.960.0535.8492.0349.22
HexF194A027605245c31
Octal3612241204714054413461
Binary11110001100101001010010011111000001011001001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1940A; }

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

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

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

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

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

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

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

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