Html Css Color HEX #F19D0E Gamboge

📋 copy color: '#F19D0E'

red 241 ◦ green 157 ◦ blue 14

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

Shades of Gamboge #F19D0E

Tints of Gamboge #F19D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.4%

R = 58.5%
G = 38.11%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F19D0E (or 0xF19D0E) is known color: Gamboge. HEX triplet: F1, 9D and 0E. RGB value is (241,157,14). Sum of RGB (Red+Green+Blue) = 241+157+14=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19D0E is #0E62F1. Grayscale: #A6A6A6. Windows color (decimal): -942834 or 957937. OLE color: 957937.

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

Color convert

RGB 241 157 14 -
CMYK 0 0.35 0.94 0.05
HSL 37.8º 0.89% 0.5% -
HSV(B) 37.8º 0.94% 0.95% -
XYZ 48.41 42.85 6.13 -
YUV 165.81 42.33 181.63 -
System Red Green Blue C M Y K H S L
Decimal 241 157 14 0 0.35 0.94 0.05 37.8 0.89 0.5
Hex F1 9D E 0 23 5E 5 26 59 32
Octal 361 235 16 0 43 136 5 46 131 62
Binary 11110001 10011101 1110 0 100011 1011110 101 100110 1011001 110010

Color Harmonies of #F19D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19D0E

Black with #F19D0E

Text Example


Text Example

White with #F19D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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