#F4990C

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

Shades of Gamboge #F4990C

Tints of Gamboge #F4990C

Color information

#F4990C (or 0xF4990C) is unknown color: approx Gamboge. HEX triplet: F4, 99 and 0C. RGB value is (244,153,12). Sum of RGB (Red+Green+Blue) = 244+153+12=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F4990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4990C is #0B66F3. Grayscale: #A4A4A4. Windows color (decimal): -747252 or 825844. OLE color: 825844.

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

Color convert

RGB24415312-
CMYK00.370.950.04
HSL36.47º91.34%50.2%-
HSV(B)36.47º95.08%95.69%-
XYZ48.7742.045.89-
YUV164.1442.15184.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.66%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 12 (5.08% from 255) = 2.93%
R=59.66%
G=37.41%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441531200.370.950.0436.4791.3450.2
HexF499C0255F4245b32
Octal3642311404513744413362
Binary11110100100110011100010010110111111001001001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4990C; }

 p { color: rgb(244,153,12); }

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

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

 a { background-color: rgb(244,153,12); }

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

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

 span { border-color: rgb(244,153,12); }

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