Html Css Color HEX #F19F19 Gamboge

📋 copy color: '#F19F19'

red 241 ◦ green 159 ◦ blue 25

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

Shades of Gamboge #F19F19

Tints of Gamboge #F19F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.88%

R = 56.71%
G = 37.41%
B = 5.88%

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

#F19F19 (or 0xF19F19) is known color: Gamboge. HEX triplet: F1, 9F and 19. RGB value is (241,159,25). Sum of RGB (Red+Green+Blue) = 241+159+25=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19F19 is #0E60E6. Grayscale: #A8A8A8. Windows color (decimal): -942311 or 1679345. OLE color: 1679345.

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

Color convert

RGB 241 159 25 -
CMYK 0 0.34 0.90 0.05
HSL 37.22º 0.89% 0.52% -
HSV(B) 37.22º 0.9% 0.95% -
XYZ 48.85 43.57 6.75 -
YUV 168.24 47.17 179.9 -
System Red Green Blue C M Y K H S L
Decimal 241 159 25 0 0.34 0.90 0.05 37.22 0.89 0.52
Hex F1 9F 19 0 22 5A 5 25 59 34
Octal 361 237 31 0 42 132 5 45 131 64
Binary 11110001 10011111 11001 0 100010 1011010 101 100101 1011001 110100

Color Harmonies of #F19F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19F19

Black with #F19F19

Text Example


Text Example

White with #F19F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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