Shades of Yellow Sea #F49931
Tints of Yellow Sea #F49931
RGB
CMYK
RGB Variations
Color information
#F49931 (or 0xF49931) is known color: Yellow Sea. HEX triplet: F4, 99 and 31. RGB value is (244,153,49). Sum of RGB (Red+Green+Blue) = 244+153+49=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F49931 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49931 is #0B66CE. Grayscale: #A8A8A8. Windows color (decimal): -747215 or 3250676. OLE color: 3250676.
HSL color Cylindrical-coordinate representation of color #F49931: hue angle of 32º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F49931 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 49 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.04 |
| HSL | 32º | 0.9% | 0.57% | - |
| HSV(B) | 32º | 0.8% | 0.96% | - |
| XYZ | 49.25 | 42.24 | 8.46 | - |
| YUV | 168.35 | 60.65 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 49 | 0 | 0.37 | 0.80 | 0.04 | 32 | 0.9 | 0.57 |
| Hex | F4 | 99 | 31 | 0 | 25 | 50 | 4 | 20 | 5A | 39 |
| Octal | 364 | 231 | 61 | 0 | 45 | 120 | 4 | 40 | 132 | 71 |
| Binary | 11110100 | 10011001 | 110001 | 0 | 100101 | 1010000 | 100 | 100000 | 1011010 | 111001 |
Color Harmonies of #F49931
Complementary color
Monochromatic Colors of #F49931
Black with #F49931
Text Example
Text Example
White with #F49931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49931; }
p { color: rgb(244,153,49); }
H1.HeaderClassName
{
color: #F49931;
}
.AnyTagClassName
{
color: #F49931;
}
</style>
background-color css
<style>
a { background-color: #F49931; }
a { background-color: rgb(244,153,49); }
div.DivClassName
{
background-color: #F49931;
}
.BgClassName
{
background-color: #F49931;
}
</style>
border-color css
<style>
span { border-color: #F49931; }
span { border-color: rgb(244,153,49); }
td.TdClassName
{
border-color: #F49931;
}
.TagClassName
{
border-color: #F49931;
}
</style>