Html Css Color HEX #F0A116 Gamboge

📋 copy color: '#F0A116'

red 240 ◦ green 161 ◦ blue 22

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

Shades of Gamboge #F0A116

Tints of Gamboge #F0A116

RGB

 RED value IS 240 (94.14% from 255) = 56.74%

 GREEN value IS 161 (63.28% from 255) = 38.06%

 BLUE value IS 22 (8.98% from 255) = 5.2%

R = 56.74%
G = 38.06%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0A116 (or 0xF0A116) is known color: Gamboge. HEX triplet: F0, A1 and 16. RGB value is (240,161,22). Sum of RGB (Red+Green+Blue) = 240+161+22=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A116 is #0F5EE9. Grayscale: #A9A9A9. Windows color (decimal): -1007338 or 1483248. OLE color: 1483248.

HSL color Cylindrical-coordinate representation of color #F0A116: hue angle of 38.26º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0A116 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 161 22 -
CMYK 0 0.33 0.91 0.06
HSL 38.26º 0.88% 0.51% -
HSV(B) 38.26º 0.91% 0.94% -
XYZ 48.82 44.07 6.69 -
YUV 168.78 45.17 178.8 -
System Red Green Blue C M Y K H S L
Decimal 240 161 22 0 0.33 0.91 0.06 38.26 0.88 0.51
Hex F0 A1 16 0 21 5B 6 26 58 33
Octal 360 241 26 0 41 133 6 46 130 63
Binary 11110000 10100001 10110 0 100001 1011011 110 100110 1011000 110011

Color Harmonies of #F0A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A116

Black with #F0A116

Text Example


Text Example

White with #F0A116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A116; }

 p { color: rgb(240,161,22); }

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

background-color css

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

 a { background-color: rgb(240,161,22); }

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

border-color css

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

 span { border-color: rgb(240,161,22); }

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