Html Css Color HEX #F19912 Gamboge

📋 copy color: '#F19912'

red 241 ◦ green 153 ◦ blue 18

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

Shades of Gamboge #F19912

Tints of Gamboge #F19912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 18 (7.42% from 255) = 4.37%

R = 58.5%
G = 37.14%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F19912 (or 0xF19912) is known color: Gamboge. HEX triplet: F1, 99 and 12. RGB value is (241,153,18). Sum of RGB (Red+Green+Blue) = 241+153+18=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F19912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19912 is #0E66ED. Grayscale: #A4A4A4. Windows color (decimal): -943854 or 1219057. OLE color: 1219057.

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

Color convert

RGB 241 153 18 -
CMYK 0 0.37 0.93 0.05
HSL 36.32º 0.89% 0.51% -
HSV(B) 36.32º 0.93% 0.95% -
XYZ 47.78 41.53 6.07 -
YUV 163.92 45.65 182.98 -
System Red Green Blue C M Y K H S L
Decimal 241 153 18 0 0.37 0.93 0.05 36.32 0.89 0.51
Hex F1 99 12 0 25 5D 5 24 59 33
Octal 361 231 22 0 45 135 5 44 131 63
Binary 11110001 10011001 10010 0 100101 1011101 101 100100 1011001 110011

Color Harmonies of #F19912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19912

Black with #F19912

Text Example


Text Example

White with #F19912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19912; }

 p { color: rgb(241,153,18); }

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

background-color css

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

 a { background-color: rgb(241,153,18); }

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

border-color css

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

 span { border-color: rgb(241,153,18); }

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