#F1930A

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

Shades of Gamboge #F1930A

Tints of Gamboge #F1930A

Color information

#F1930A (or 0xF1930A) is unknown color: approx Gamboge. HEX triplet: F1, 93 and 0A. RGB value is (241,147,10). Sum of RGB (Red+Green+Blue) = 241+147+10=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1930A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1930A is #0E6CF5. Grayscale: #A0A0A0. Windows color (decimal): -945398 or 693233. OLE color: 693233.

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

Color convert

RGB24114710-
CMYK00.390.960.05
HSL35.58º92.03%49.22%-
HSV(B)35.58º95.85%94.51%-
XYZ46.7639.595.46-
YUV159.4943.64186.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.55%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 10 (4.30% from 255) = 2.51%
R=60.55%
G=36.93%
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
Decimal2411471000.390.960.0535.5892.0349.22
HexF193A027605245c31
Octal3612231204714054413461
Binary11110001100100111010010011111000001011001001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1930A; }

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

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

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

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

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

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

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

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