#F2990A

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

Shades of Gamboge #F2990A

Tints of Gamboge #F2990A

Color information

#F2990A (or 0xF2990A) is unknown color: approx Gamboge. HEX triplet: F2, 99 and 0A. RGB value is (242,153,10). Sum of RGB (Red+Green+Blue) = 242+153+10=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2990A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2990A is #0D66F5. Grayscale: #A3A3A3. Windows color (decimal): -878326 or 694770. OLE color: 694770.

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

Color convert

RGB24215310-
CMYK00.370.960.05
HSL36.98º92.06%49.41%-
HSV(B)36.98º95.87%94.9%-
XYZ48.0641.685.8-
YUV163.3141.49184.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.75%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 10 (4.30% from 255) = 2.47%
R=59.75%
G=37.78%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421531000.370.960.0536.9892.0649.41
HexF299A025605255c31
Octal3622311204514054513461
Binary11110010100110011010010010111000001011001011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2990A; }

 p { color: rgb(242,153,10); }

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

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

 a { background-color: rgb(242,153,10); }

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

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

 span { border-color: rgb(242,153,10); }

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