#F39C0A

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

Shades of Gamboge #F39C0A

Tints of Gamboge #F39C0A

Color information

#F39C0A (or 0xF39C0A) is unknown color: approx Gamboge. HEX triplet: F3, 9C and 0A. RGB value is (243,156,10). Sum of RGB (Red+Green+Blue) = 243+156+10=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F39C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39C0A is #0C63F5. Grayscale: #A6A6A6. Windows color (decimal): -812022 or 695539. OLE color: 695539.

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

Color convert

RGB24315610-
CMYK00.360.960.05
HSL37.6º92.09%49.61%-
HSV(B)37.6º95.88%95.29%-
XYZ48.9142.855.98-
YUV165.3740.32183.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.41%
GREEN value IS 156 (61.33% from 255) = 38.14%
BLUE value IS 10 (4.30% from 255) = 2.44%
R=59.41%
G=38.14%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431561000.360.960.0537.692.0949.61
HexF39CA024605265c32
Octal3632341204414054613462
Binary11110011100111001010010010011000001011001101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39C0A; }

 p { color: rgb(243,156,10); }

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

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

 a { background-color: rgb(243,156,10); }

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

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

 span { border-color: rgb(243,156,10); }

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