Html Css Color HEX #F19F18 Gamboge

📋 copy color: '#F19F18'

red 241 ◦ green 159 ◦ blue 24

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

Shades of Gamboge #F19F18

Tints of Gamboge #F19F18

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.5%

 BLUE value IS 24 (9.77% from 255) = 5.66%

R = 56.84%
G = 37.5%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F19F18 (or 0xF19F18) is known color: Gamboge. HEX triplet: F1, 9F and 18. RGB value is (241,159,24). Sum of RGB (Red+Green+Blue) = 241+159+24=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19F18 is #0E60E7. Grayscale: #A8A8A8. Windows color (decimal): -942312 or 1613809. OLE color: 1613809.

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

Color convert

RGB 241 159 24 -
CMYK 0 0.34 0.90 0.05
HSL 37.33º 0.89% 0.52% -
HSV(B) 37.33º 0.9% 0.95% -
XYZ 48.84 43.56 6.7 -
YUV 168.13 46.67 179.98 -
System Red Green Blue C M Y K H S L
Decimal 241 159 24 0 0.34 0.90 0.05 37.33 0.89 0.52
Hex F1 9F 18 0 22 5A 5 25 59 34
Octal 361 237 30 0 42 132 5 45 131 64
Binary 11110001 10011111 11000 0 100010 1011010 101 100101 1011001 110100

Color Harmonies of #F19F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19F18

Black with #F19F18

Text Example


Text Example

White with #F19F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19F18; }

 p { color: rgb(241,159,24); }

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

background-color css

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

 a { background-color: rgb(241,159,24); }

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

border-color css

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

 span { border-color: rgb(241,159,24); }

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