Html Css Color HEX #F19611 Gamboge

📋 copy color: '#F19611'

red 241 ◦ green 150 ◦ blue 17

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

Shades of Gamboge #F19611

Tints of Gamboge #F19611

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

 BLUE value IS 17 (7.03% from 255) = 4.17%

R = 59.07%
G = 36.76%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F19611 (or 0xF19611) is known color: Gamboge. HEX triplet: F1, 96 and 11. RGB value is (241,150,17). Sum of RGB (Red+Green+Blue) = 241+150+17=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F19611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19611 is #0E69EE. Grayscale: #A2A2A2. Windows color (decimal): -944623 or 1152753. OLE color: 1152753.

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

Color convert

RGB 241 150 17 -
CMYK 0 0.38 0.93 0.05
HSL 35.63º 0.89% 0.51% -
HSV(B) 35.63º 0.93% 0.95% -
XYZ 47.28 40.55 5.87 -
YUV 162.05 46.15 184.31 -
System Red Green Blue C M Y K H S L
Decimal 241 150 17 0 0.38 0.93 0.05 35.63 0.89 0.51
Hex F1 96 11 0 26 5D 5 24 59 33
Octal 361 226 21 0 46 135 5 44 131 63
Binary 11110001 10010110 10001 0 100110 1011101 101 100100 1011001 110011

Color Harmonies of #F19611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19611

Black with #F19611

Text Example


Text Example

White with #F19611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19611; }

 p { color: rgb(241,150,17); }

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

background-color css

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

 a { background-color: rgb(241,150,17); }

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

border-color css

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

 span { border-color: rgb(241,150,17); }

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