Html Css Color HEX #F2A010 Gamboge

📋 copy color: '#F2A010'

red 242 ◦ green 160 ◦ blue 16

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

Shades of Gamboge #F2A010

Tints of Gamboge #F2A010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.83%

R = 57.89%
G = 38.28%
B = 3.83%

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

#F2A010 (or 0xF2A010) is known color: Gamboge. HEX triplet: F2, A0 and 10. RGB value is (242,160,16). Sum of RGB (Red+Green+Blue) = 242+160+16=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A010 is #0D5FEF. Grayscale: #A8A8A8. Windows color (decimal): -876528 or 1089778. OLE color: 1089778.

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

Color convert

RGB 242 160 16 -
CMYK 0 0.34 0.93 0.05
HSL 38.23º 0.9% 0.51% -
HSV(B) 38.23º 0.93% 0.95% -
XYZ 49.28 44.06 6.4 -
YUV 168.1 42.17 180.71 -
System Red Green Blue C M Y K H S L
Decimal 242 160 16 0 0.34 0.93 0.05 38.23 0.9 0.51
Hex F2 A0 10 0 22 5D 5 26 5A 33
Octal 362 240 20 0 42 135 5 46 132 63
Binary 11110010 10100000 10000 0 100010 1011101 101 100110 1011010 110011

Color Harmonies of #F2A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A010

Black with #F2A010

Text Example


Text Example

White with #F2A010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A010; }

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

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

background-color css

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

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

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

border-color css

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

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

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