Shades of Yellow Sea #F19D3F
Tints of Yellow Sea #F19D3F
RGB
CMYK
RGB Variations
Color information
#F19D3F (or 0xF19D3F) is known color: Yellow Sea. HEX triplet: F1, 9D and 3F. RGB value is (241,157,63). Sum of RGB (Red+Green+Blue) = 241+157+63=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19D3F is #0E62C0. Grayscale: #ABABAB. Windows color (decimal): -942785 or 4169201. OLE color: 4169201.
HSL color Cylindrical-coordinate representation of color #F19D3F: hue angle of 31.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F19D3F is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 63 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.05 |
| HSL | 31.69º | 0.86% | 0.6% | - |
| HSV(B) | 31.69º | 0.74% | 0.95% | - |
| XYZ | 49.23 | 43.17 | 10.44 | - |
| YUV | 171.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 63 | 0 | 0.35 | 0.74 | 0.05 | 31.69 | 0.86 | 0.6 |
| Hex | F1 | 9D | 3F | 0 | 23 | 4A | 5 | 20 | 56 | 3C |
| Octal | 361 | 235 | 77 | 0 | 43 | 112 | 5 | 40 | 126 | 74 |
| Binary | 11110001 | 10011101 | 111111 | 0 | 100011 | 1001010 | 101 | 100000 | 1010110 | 111100 |
Color Harmonies of #F19D3F
Complementary color
Monochromatic Colors of #F19D3F
Black with #F19D3F
Text Example
Text Example
White with #F19D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19D3F; }
p { color: rgb(241,157,63); }
H1.HeaderClassName
{
color: #F19D3F;
}
.AnyTagClassName
{
color: #F19D3F;
}
</style>
background-color css
<style>
a { background-color: #F19D3F; }
a { background-color: rgb(241,157,63); }
div.DivClassName
{
background-color: #F19D3F;
}
.BgClassName
{
background-color: #F19D3F;
}
</style>
border-color css
<style>
span { border-color: #F19D3F; }
span { border-color: rgb(241,157,63); }
td.TdClassName
{
border-color: #F19D3F;
}
.TagClassName
{
border-color: #F19D3F;
}
</style>