#F2940A

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

Shades of Gamboge #F2940A

Tints of Gamboge #F2940A

Color information

#F2940A (or 0xF2940A) is unknown color: approx Gamboge. HEX triplet: F2, 94 and 0A. RGB value is (242,148,10). Sum of RGB (Red+Green+Blue) = 242+148+10=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2940A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2940A is #0D6BF5. Grayscale: #A1A1A1. Windows color (decimal): -879606 or 693490. OLE color: 693490.

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

Color convert

RGB24214810-
CMYK00.390.960.05
HSL35.69º92.06%49.41%-
HSV(B)35.69º95.87%94.9%-
XYZ47.2640.085.53-
YUV160.3743.14186.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.5%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 10 (4.30% from 255) = 2.5%
R=60.5%
G=37%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421481000.390.960.0535.6992.0649.41
HexF294A027605245c31
Octal3622241204714054413461
Binary11110010100101001010010011111000001011001001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2940A; }

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

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

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

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

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

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

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

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