Html Css Color HEX #F19B16 Gamboge

📋 copy color: '#F19B16'

red 241 ◦ green 155 ◦ blue 22

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

Shades of Gamboge #F19B16

Tints of Gamboge #F19B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.08%

 BLUE value IS 22 (8.98% from 255) = 5.26%

R = 57.66%
G = 37.08%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F19B16 (or 0xF19B16) is known color: Gamboge. HEX triplet: F1, 9B and 16. RGB value is (241,155,22). Sum of RGB (Red+Green+Blue) = 241+155+22=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19B16 is #0E64E9. Grayscale: #A6A6A6. Windows color (decimal): -943338 or 1481713. OLE color: 1481713.

HSL color Cylindrical-coordinate representation of color #F19B16: hue angle of 36.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F19B16 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 155 22 -
CMYK 0 0.36 0.91 0.05
HSL 36.44º 0.89% 0.52% -
HSV(B) 36.44º 0.91% 0.95% -
XYZ 48.14 42.2 6.37 -
YUV 165.55 46.99 181.81 -
System Red Green Blue C M Y K H S L
Decimal 241 155 22 0 0.36 0.91 0.05 36.44 0.89 0.52
Hex F1 9B 16 0 24 5B 5 24 59 34
Octal 361 233 26 0 44 133 5 44 131 64
Binary 11110001 10011011 10110 0 100100 1011011 101 100100 1011001 110100

Color Harmonies of #F19B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B16

Black with #F19B16

Text Example


Text Example

White with #F19B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B16; }

 p { color: rgb(241,155,22); }

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

background-color css

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

 a { background-color: rgb(241,155,22); }

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

border-color css

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

 span { border-color: rgb(241,155,22); }

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