#F3980B

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

Shades of Gamboge #F3980B

Tints of Gamboge #F3980B

Color information

#F3980B (or 0xF3980B) is unknown color: approx Gamboge. HEX triplet: F3, 98 and 0B. RGB value is (243,152,11). Sum of RGB (Red+Green+Blue) = 243+152+11=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3980B is #0C67F4. Grayscale: #A3A3A3. Windows color (decimal): -813045 or 760051. OLE color: 760051.

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

Color convert

RGB24315211-
CMYK00.370.950.05
HSL36.47º91.34%49.8%-
HSV(B)36.47º95.47%95.29%-
XYZ48.2541.545.79-
YUV163.1342.15184.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.85%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 11 (4.69% from 255) = 2.71%
R=59.85%
G=37.44%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431521100.370.950.0536.4791.3449.8
HexF398B0255F5245b32
Octal3632301304513754413362
Binary11110011100110001011010010110111111011001001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3980B; }

 p { color: rgb(243,152,11); }

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

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

 a { background-color: rgb(243,152,11); }

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

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

 span { border-color: rgb(243,152,11); }

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