Html Css Color HEX #F19210 Gamboge

📋 copy color: '#F19210'

red 241 ◦ green 146 ◦ blue 16

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

Shades of Gamboge #F19210

Tints of Gamboge #F19210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

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

R = 59.8%
G = 36.23%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F19210 (or 0xF19210) is known color: Gamboge. HEX triplet: F1, 92 and 10. RGB value is (241,146,16). Sum of RGB (Red+Green+Blue) = 241+146+16=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F19210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19210 is #0E6DEF. Grayscale: #A0A0A0. Windows color (decimal): -945648 or 1086193. OLE color: 1086193.

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

Color convert

RGB 241 146 16 -
CMYK 0 0.39 0.93 0.05
HSL 34.67º 0.89% 0.5% -
HSV(B) 34.67º 0.93% 0.95% -
XYZ 46.65 39.3 5.62 -
YUV 159.59 46.97 186.07 -
System Red Green Blue C M Y K H S L
Decimal 241 146 16 0 0.39 0.93 0.05 34.67 0.89 0.5
Hex F1 92 10 0 27 5D 5 23 59 32
Octal 361 222 20 0 47 135 5 43 131 62
Binary 11110001 10010010 10000 0 100111 1011101 101 100011 1011001 110010

Color Harmonies of #F19210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19210

Black with #F19210

Text Example


Text Example

White with #F19210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19210; }

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

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

background-color css

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

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

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

border-color css

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

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

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