Html Css Color HEX #F19F11 Gamboge

📋 copy color: '#F19F11'

red 241 ◦ green 159 ◦ blue 17

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

Shades of Gamboge #F19F11

Tints of Gamboge #F19F11

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.13%

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

R = 57.79%
G = 38.13%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F19F11 (or 0xF19F11) is known color: Gamboge. HEX triplet: F1, 9F and 11. RGB value is (241,159,17). Sum of RGB (Red+Green+Blue) = 241+159+17=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19F11 is #0E60EE. Grayscale: #A7A7A7. Windows color (decimal): -942319 or 1155057. OLE color: 1155057.

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

Color convert

RGB 241 159 17 -
CMYK 0 0.34 0.93 0.05
HSL 38.04º 0.89% 0.51% -
HSV(B) 38.04º 0.93% 0.95% -
XYZ 48.77 43.54 6.36 -
YUV 167.33 43.17 180.55 -
System Red Green Blue C M Y K H S L
Decimal 241 159 17 0 0.34 0.93 0.05 38.04 0.89 0.51
Hex F1 9F 11 0 22 5D 5 26 59 33
Octal 361 237 21 0 42 135 5 46 131 63
Binary 11110001 10011111 10001 0 100010 1011101 101 100110 1011001 110011

Color Harmonies of #F19F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19F11

Black with #F19F11

Text Example


Text Example

White with #F19F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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