Html Css Color HEX #F19610 Gamboge

📋 copy color: '#F19610'

red 241 ◦ green 150 ◦ blue 16

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

Shades of Gamboge #F19610

Tints of Gamboge #F19610

RGB

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

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

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

R = 59.21%
G = 36.86%
B = 3.93%

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

#F19610 (or 0xF19610) is known color: Gamboge. HEX triplet: F1, 96 and 10. RGB value is (241,150,16). Sum of RGB (Red+Green+Blue) = 241+150+16=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F19610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19610 is #0E69EF. Grayscale: #A2A2A2. Windows color (decimal): -944624 or 1087217. OLE color: 1087217.

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

Color convert

RGB 241 150 16 -
CMYK 0 0.38 0.93 0.05
HSL 35.73º 0.89% 0.5% -
HSV(B) 35.73º 0.93% 0.95% -
XYZ 47.28 40.55 5.83 -
YUV 161.93 45.65 184.4 -
System Red Green Blue C M Y K H S L
Decimal 241 150 16 0 0.38 0.93 0.05 35.73 0.89 0.5
Hex F1 96 10 0 26 5D 5 24 59 32
Octal 361 226 20 0 46 135 5 44 131 62
Binary 11110001 10010110 10000 0 100110 1011101 101 100100 1011001 110010

Color Harmonies of #F19610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19610

Black with #F19610

Text Example


Text Example

White with #F19610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19610; }

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

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

background-color css

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

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

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

border-color css

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

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

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