Html Css Color HEX #F19E0C Gamboge

📋 copy color: '#F19E0C'

red 241 ◦ green 158 ◦ blue 12

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

Shades of Gamboge #F19E0C

Tints of Gamboge #F19E0C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

 BLUE value IS 12 (5.08% from 255) = 2.92%

R = 58.64%
G = 38.44%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F19E0C (or 0xF19E0C) is known color: Gamboge. HEX triplet: F1, 9E and 0C. RGB value is (241,158,12). Sum of RGB (Red+Green+Blue) = 241+158+12=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19E0C is #0E61F3. Grayscale: #A6A6A6. Windows color (decimal): -942580 or 827121. OLE color: 827121.

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

Color convert

RGB 241 158 12 -
CMYK 0 0.34 0.95 0.05
HSL 38.25º 0.91% 0.5% -
HSV(B) 38.25º 0.95% 0.95% -
XYZ 48.57 43.18 6.12 -
YUV 166.17 41 181.37 -
System Red Green Blue C M Y K H S L
Decimal 241 158 12 0 0.34 0.95 0.05 38.25 0.91 0.5
Hex F1 9E C 0 22 5F 5 26 5B 32
Octal 361 236 14 0 42 137 5 46 133 62
Binary 11110001 10011110 1100 0 100010 1011111 101 100110 1011011 110010

Color Harmonies of #F19E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19E0C

Black with #F19E0C

Text Example


Text Example

White with #F19E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19E0C; }

 p { color: rgb(241,158,12); }

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

background-color css

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

 a { background-color: rgb(241,158,12); }

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

border-color css

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

 span { border-color: rgb(241,158,12); }

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