Html Css Color HEX #F19813 Gamboge

📋 copy color: '#F19813'

red 241 ◦ green 152 ◦ blue 19

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

Shades of Gamboge #F19813

Tints of Gamboge #F19813

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 58.5%
G = 36.89%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F19813 (or 0xF19813) is known color: Gamboge. HEX triplet: F1, 98 and 13. RGB value is (241,152,19). Sum of RGB (Red+Green+Blue) = 241+152+19=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F19813 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19813 is #0E67EC. Grayscale: #A4A4A4. Windows color (decimal): -944109 or 1284337. OLE color: 1284337.

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

Color convert

RGB 241 152 19 -
CMYK 0 0.37 0.92 0.05
HSL 35.95º 0.89% 0.51% -
HSV(B) 35.95º 0.92% 0.95% -
XYZ 47.62 41.2 6.06 -
YUV 163.45 46.49 183.31 -
System Red Green Blue C M Y K H S L
Decimal 241 152 19 0 0.37 0.92 0.05 35.95 0.89 0.51
Hex F1 98 13 0 25 5C 5 24 59 33
Octal 361 230 23 0 45 134 5 44 131 63
Binary 11110001 10011000 10011 0 100101 1011100 101 100100 1011001 110011

Color Harmonies of #F19813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19813

Black with #F19813

Text Example


Text Example

White with #F19813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19813; }

 p { color: rgb(241,152,19); }

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

background-color css

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

 a { background-color: rgb(241,152,19); }

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

border-color css

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

 span { border-color: rgb(241,152,19); }

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