Html Css Color HEX #F19608 Gamboge

📋 copy color: '#F19608'

red 241 ◦ green 150 ◦ blue 8

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

Shades of Gamboge #F19608

Tints of Gamboge #F19608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 60.4%
G = 37.59%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F19608 (or 0xF19608) is known color: Gamboge. HEX triplet: F1, 96 and 08. RGB value is (241,150,8). Sum of RGB (Red+Green+Blue) = 241+150+8=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F19608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19608 is #0E69F7. Grayscale: #A1A1A1. Windows color (decimal): -944632 or 562929. OLE color: 562929.

HSL color Cylindrical-coordinate representation of color #F19608: hue angle of 36.57º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F19608 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 150 8 -
CMYK 0 0.38 0.97 0.05
HSL 36.57º 0.94% 0.49% -
HSV(B) 36.57º 0.97% 0.95% -
XYZ 47.23 40.53 5.56 -
YUV 161.02 41.65 185.05 -
System Red Green Blue C M Y K H S L
Decimal 241 150 8 0 0.38 0.97 0.05 36.57 0.94 0.49
Hex F1 96 8 0 26 61 5 25 5E 31
Octal 361 226 10 0 46 141 5 45 136 61
Binary 11110001 10010110 1000 0 100110 1100001 101 100101 1011110 110001

Color Harmonies of #F19608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19608

Black with #F19608

Text Example


Text Example

White with #F19608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19608; }

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

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

background-color css

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

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

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

border-color css

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

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

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