Html Css Color HEX #F19D14 Gamboge

📋 copy color: '#F19D14'

red 241 ◦ green 157 ◦ blue 20

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

Shades of Gamboge #F19D14

Tints of Gamboge #F19D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.56%

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

R = 57.66%
G = 37.56%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F19D14 (or 0xF19D14) is known color: Gamboge. HEX triplet: F1, 9D and 14. RGB value is (241,157,20). Sum of RGB (Red+Green+Blue) = 241+157+20=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19D14 is #0E62EB. Grayscale: #A7A7A7. Windows color (decimal): -942828 or 1351153. OLE color: 1351153.

HSL color Cylindrical-coordinate representation of color #F19D14: hue angle of 37.19º 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 #F19D14 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 157 20 -
CMYK 0 0.35 0.92 0.05
HSL 37.19º 0.89% 0.51% -
HSV(B) 37.19º 0.92% 0.95% -
XYZ 48.46 42.87 6.38 -
YUV 166.5 45.33 181.14 -
System Red Green Blue C M Y K H S L
Decimal 241 157 20 0 0.35 0.92 0.05 37.19 0.89 0.51
Hex F1 9D 14 0 23 5C 5 25 59 33
Octal 361 235 24 0 43 134 5 45 131 63
Binary 11110001 10011101 10100 0 100011 1011100 101 100101 1011001 110011

Color Harmonies of #F19D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19D14

Black with #F19D14

Text Example


Text Example

White with #F19D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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