Html Css Color HEX #F19B15 Gamboge

📋 copy color: '#F19B15'

red 241 ◦ green 155 ◦ blue 21

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

Shades of Gamboge #F19B15

Tints of Gamboge #F19B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 57.79%
G = 37.17%
B = 5.04%

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

#F19B15 (or 0xF19B15) is known color: Gamboge. HEX triplet: F1, 9B and 15. RGB value is (241,155,21). Sum of RGB (Red+Green+Blue) = 241+155+21=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19B15 is #0E64EA. Grayscale: #A6A6A6. Windows color (decimal): -943339 or 1416177. OLE color: 1416177.

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

Color convert

RGB 241 155 21 -
CMYK 0 0.36 0.91 0.05
HSL 36.55º 0.89% 0.51% -
HSV(B) 36.55º 0.91% 0.95% -
XYZ 48.13 42.2 6.32 -
YUV 165.44 46.49 181.9 -
System Red Green Blue C M Y K H S L
Decimal 241 155 21 0 0.36 0.91 0.05 36.55 0.89 0.51
Hex F1 9B 15 0 24 5B 5 25 59 33
Octal 361 233 25 0 44 133 5 45 131 63
Binary 11110001 10011011 10101 0 100100 1011011 101 100101 1011001 110011

Color Harmonies of #F19B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B15

Black with #F19B15

Text Example


Text Example

White with #F19B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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