Html Css Color HEX #F2A011 Gamboge

📋 copy color: '#F2A011'

red 242 ◦ green 160 ◦ blue 17

#F2A011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #F2A011

Tints of Gamboge #F2A011

RGB

 RED value IS 242 (94.92% from 255) = 57.76%

 GREEN value IS 160 (62.89% from 255) = 38.19%

 BLUE value IS 17 (7.03% from 255) = 4.06%

R = 57.76%
G = 38.19%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2A011 (or 0xF2A011) is known color: Gamboge. HEX triplet: F2, A0 and 11. RGB value is (242,160,17). Sum of RGB (Red+Green+Blue) = 242+160+17=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A011 is #0D5FEE. Grayscale: #A8A8A8. Windows color (decimal): -876527 or 1155314. OLE color: 1155314.

HSL color Cylindrical-coordinate representation of color #F2A011: hue angle of 38.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2A011 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 160 17 -
CMYK 0 0.34 0.93 0.05
HSL 38.13º 0.9% 0.51% -
HSV(B) 38.13º 0.93% 0.95% -
XYZ 49.29 44.06 6.44 -
YUV 168.22 42.67 180.63 -
System Red Green Blue C M Y K H S L
Decimal 242 160 17 0 0.34 0.93 0.05 38.13 0.9 0.51
Hex F2 A0 11 0 22 5D 5 26 5A 33
Octal 362 240 21 0 42 135 5 46 132 63
Binary 11110010 10100000 10001 0 100010 1011101 101 100110 1011010 110011

Color Harmonies of #F2A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A011

Black with #F2A011

Text Example


Text Example

White with #F2A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A011; }

 p { color: rgb(242,160,17); }

 H1.HeaderClassName
 {
   color: #F2A011;
 }
 .AnyTagClassName
 {
   color: #F2A011;
 }
</style>

background-color css

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

 a { background-color: rgb(242,160,17); }

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

border-color css

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

 span { border-color: rgb(242,160,17); }

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