Html Css Color HEX #F19B14 Gamboge

📋 copy color: '#F19B14'

red 241 ◦ green 155 ◦ blue 20

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

Shades of Gamboge #F19B14

Tints of Gamboge #F19B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.81%

R = 57.93%
G = 37.26%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F19B14 (or 0xF19B14) is known color: Gamboge. HEX triplet: F1, 9B and 14. RGB value is (241,155,20). Sum of RGB (Red+Green+Blue) = 241+155+20=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19B14 is #0E64EB. Grayscale: #A5A5A5. Windows color (decimal): -943340 or 1350641. OLE color: 1350641.

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

Color convert

RGB 241 155 20 -
CMYK 0 0.36 0.92 0.05
HSL 36.65º 0.89% 0.51% -
HSV(B) 36.65º 0.92% 0.95% -
XYZ 48.12 42.19 6.27 -
YUV 165.32 45.99 181.98 -
System Red Green Blue C M Y K H S L
Decimal 241 155 20 0 0.36 0.92 0.05 36.65 0.89 0.51
Hex F1 9B 14 0 24 5C 5 25 59 33
Octal 361 233 24 0 44 134 5 45 131 63
Binary 11110001 10011011 10100 0 100100 1011100 101 100101 1011001 110011

Color Harmonies of #F19B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B14

Black with #F19B14

Text Example


Text Example

White with #F19B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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