#F39D0C

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

Shades of Gamboge #F39D0C

Tints of Gamboge #F39D0C

Color information

#F39D0C (or 0xF39D0C) is unknown color: approx Gamboge. HEX triplet: F3, 9D and 0C. RGB value is (243,157,12). Sum of RGB (Red+Green+Blue) = 243+157+12=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F39D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39D0C is #0C62F3. Grayscale: #A6A6A6. Windows color (decimal): -811764 or 826867. OLE color: 826867.

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

Color convert

RGB24315712-
CMYK00.350.950.05
HSL37.66º90.59%50%-
HSV(B)37.66º95.06%95.29%-
XYZ49.0943.26.1-
YUV166.1840.99182.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.98%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 12 (5.08% from 255) = 2.91%
R=58.98%
G=38.11%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431571200.350.950.0537.6690.5950
HexF39DC0235F5265b32
Octal3632351404313754613362
Binary11110011100111011100010001110111111011001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39D0C; }

 p { color: rgb(243,157,12); }

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

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

 a { background-color: rgb(243,157,12); }

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

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

 span { border-color: rgb(243,157,12); }

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