Html Css Color HEX #F1A116 Gamboge

📋 copy color: '#F1A116'

red 241 ◦ green 161 ◦ blue 22

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

Shades of Gamboge #F1A116

Tints of Gamboge #F1A116

RGB

 RED value IS 241 (94.53% from 255) = 56.84%

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

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

R = 56.84%
G = 37.97%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1A116 (or 0xF1A116) is known color: Gamboge. HEX triplet: F1, A1 and 16. RGB value is (241,161,22). Sum of RGB (Red+Green+Blue) = 241+161+22=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A116 is #0E5EE9. Grayscale: #A9A9A9. Windows color (decimal): -941802 or 1483249. OLE color: 1483249.

HSL color Cylindrical-coordinate representation of color #F1A116: hue angle of 38.08º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1A116 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 161 22 -
CMYK 0 0.33 0.91 0.05
HSL 38.08º 0.89% 0.52% -
HSV(B) 38.08º 0.91% 0.95% -
XYZ 49.17 44.25 6.71 -
YUV 169.07 45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 241 161 22 0 0.33 0.91 0.05 38.08 0.89 0.52
Hex F1 A1 16 0 21 5B 5 26 59 34
Octal 361 241 26 0 41 133 5 46 131 64
Binary 11110001 10100001 10110 0 100001 1011011 101 100110 1011001 110100

Color Harmonies of #F1A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A116

Black with #F1A116

Text Example


Text Example

White with #F1A116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A116; }

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

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

background-color css

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

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

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

border-color css

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

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

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