#F3930F

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

Shades of Gamboge #F3930F

Tints of Gamboge #F3930F

Color information

#F3930F (or 0xF3930F) is unknown color: approx Gamboge. HEX triplet: F3, 93 and 0F. RGB value is (243,147,15). Sum of RGB (Red+Green+Blue) = 243+147+15=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F3930F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3930F is #0C6CF0. Grayscale: #A1A1A1. Windows color (decimal): -814321 or 1020915. OLE color: 1020915.

HSL color Cylindrical-coordinate representation of color #F3930F: hue angle of 34.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3930F is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB24314715-
CMYK00.400.940.05
HSL34.74º90.48%50.59%-
HSV(B)34.74º93.83%95.29%-
XYZ47.4839.965.66-
YUV160.6645.8186.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 60%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 15 (6.25% from 255) = 3.70%
R=60%
G=36.30%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431471500.400.940.0534.7490.4850.59
HexF393F0285E5235a33
Octal3632231705013654313263
Binary11110011100100111111010100010111101011000111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3930F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3930F; }

 p { color: rgb(243,147,15); }

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

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

 a { background-color: rgb(243,147,15); }

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

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

 span { border-color: rgb(243,147,15); }

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