Html Css Color HEX #F19609 Gamboge

📋 copy color: '#F19609'

red 241 ◦ green 150 ◦ blue 9

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

Shades of Gamboge #F19609

Tints of Gamboge #F19609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.25%

R = 60.25%
G = 37.5%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F19609 (or 0xF19609) is known color: Gamboge. HEX triplet: F1, 96 and 09. RGB value is (241,150,9). Sum of RGB (Red+Green+Blue) = 241+150+9=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F19609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19609 is #0E69F6. Grayscale: #A1A1A1. Windows color (decimal): -944631 or 628465. OLE color: 628465.

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

Color convert

RGB 241 150 9 -
CMYK 0 0.38 0.96 0.05
HSL 36.47º 0.93% 0.49% -
HSV(B) 36.47º 0.96% 0.95% -
XYZ 47.23 40.53 5.59 -
YUV 161.14 42.15 184.96 -
System Red Green Blue C M Y K H S L
Decimal 241 150 9 0 0.38 0.96 0.05 36.47 0.93 0.49
Hex F1 96 9 0 26 60 5 24 5D 31
Octal 361 226 11 0 46 140 5 44 135 61
Binary 11110001 10010110 1001 0 100110 1100000 101 100100 1011101 110001

Color Harmonies of #F19609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19609

Black with #F19609

Text Example


Text Example

White with #F19609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19609; }

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

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

background-color css

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

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

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

border-color css

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

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

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