Html Css Color HEX #F1A110 Gamboge

📋 copy color: '#F1A110'

red 241 ◦ green 161 ◦ blue 16

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

Shades of Gamboge #F1A110

Tints of Gamboge #F1A110

RGB

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

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

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

R = 57.66%
G = 38.52%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1A110 (or 0xF1A110) is known color: Gamboge. HEX triplet: F1, A1 and 10. RGB value is (241,161,16). Sum of RGB (Red+Green+Blue) = 241+161+16=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A110 is #0E5EEF. Grayscale: #A9A9A9. Windows color (decimal): -941808 or 1090033. OLE color: 1090033.

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

Color convert

RGB 241 161 16 -
CMYK 0 0.33 0.93 0.05
HSL 38.67º 0.89% 0.5% -
HSV(B) 38.67º 0.93% 0.95% -
XYZ 49.11 44.23 6.44 -
YUV 168.39 42 179.79 -
System Red Green Blue C M Y K H S L
Decimal 241 161 16 0 0.33 0.93 0.05 38.67 0.89 0.5
Hex F1 A1 10 0 21 5D 5 27 59 32
Octal 361 241 20 0 41 135 5 47 131 62
Binary 11110001 10100001 10000 0 100001 1011101 101 100111 1011001 110010

Color Harmonies of #F1A110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A110

Black with #F1A110

Text Example


Text Example

White with #F1A110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A110; }

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

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

background-color css

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

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

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

border-color css

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

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

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