Shades of Yellow Sea #F19D3E
Tints of Yellow Sea #F19D3E
RGB
CMYK
RGB Variations
Color information
#F19D3E (or 0xF19D3E) is known color: Yellow Sea. HEX triplet: F1, 9D and 3E. RGB value is (241,157,62). Sum of RGB (Red+Green+Blue) = 241+157+62=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19D3E is #0E62C1. Grayscale: #ABABAB. Windows color (decimal): -942786 or 4103665. OLE color: 4103665.
HSL color Cylindrical-coordinate representation of color #F19D3E: hue angle of 31.84º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F19D3E is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 62 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.05 |
| HSL | 31.84º | 0.86% | 0.59% | - |
| HSV(B) | 31.84º | 0.74% | 0.95% | - |
| XYZ | 49.2 | 43.16 | 10.3 | - |
| YUV | 171.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 62 | 0 | 0.35 | 0.74 | 0.05 | 31.84 | 0.86 | 0.59 |
| Hex | F1 | 9D | 3E | 0 | 23 | 4A | 5 | 20 | 56 | 3B |
| Octal | 361 | 235 | 76 | 0 | 43 | 112 | 5 | 40 | 126 | 73 |
| Binary | 11110001 | 10011101 | 111110 | 0 | 100011 | 1001010 | 101 | 100000 | 1010110 | 111011 |
Color Harmonies of #F19D3E
Complementary color
Monochromatic Colors of #F19D3E
Black with #F19D3E
Text Example
Text Example
White with #F19D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19D3E; }
p { color: rgb(241,157,62); }
H1.HeaderClassName
{
color: #F19D3E;
}
.AnyTagClassName
{
color: #F19D3E;
}
</style>
background-color css
<style>
a { background-color: #F19D3E; }
a { background-color: rgb(241,157,62); }
div.DivClassName
{
background-color: #F19D3E;
}
.BgClassName
{
background-color: #F19D3E;
}
</style>
border-color css
<style>
span { border-color: #F19D3E; }
span { border-color: rgb(241,157,62); }
td.TdClassName
{
border-color: #F19D3E;
}
.TagClassName
{
border-color: #F19D3E;
}
</style>