Html Css Color HEX #F19F0D Gamboge

📋 copy color: '#F19F0D'

red 241 ◦ green 159 ◦ blue 13

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

Shades of Gamboge #F19F0D

Tints of Gamboge #F19F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.15%

R = 58.35%
G = 38.5%
B = 3.15%

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

#F19F0D (or 0xF19F0D) is known color: Gamboge. HEX triplet: F1, 9F and 0D. RGB value is (241,159,13). Sum of RGB (Red+Green+Blue) = 241+159+13=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19F0D is #0E60F2. Grayscale: #A7A7A7. Windows color (decimal): -942323 or 892913. OLE color: 892913.

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

Color convert

RGB 241 159 13 -
CMYK 0 0.34 0.95 0.05
HSL 38.42º 0.9% 0.5% -
HSV(B) 38.42º 0.95% 0.95% -
XYZ 48.75 43.53 6.21 -
YUV 166.87 41.17 180.87 -
System Red Green Blue C M Y K H S L
Decimal 241 159 13 0 0.34 0.95 0.05 38.42 0.9 0.5
Hex F1 9F D 0 22 5F 5 26 5A 32
Octal 361 237 15 0 42 137 5 46 132 62
Binary 11110001 10011111 1101 0 100010 1011111 101 100110 1011010 110010

Color Harmonies of #F19F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19F0D

Black with #F19F0D

Text Example


Text Example

White with #F19F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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