Shades of Yellow Sea #F49A2E
Tints of Yellow Sea #F49A2E
RGB
CMYK
RGB Variations
Color information
#F49A2E (or 0xF49A2E) is known color: Yellow Sea. HEX triplet: F4, 9A and 2E. RGB value is (244,154,46). Sum of RGB (Red+Green+Blue) = 244+154+46=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49A2E is #0B65D1. Grayscale: #A9A9A9. Windows color (decimal): -746962 or 3054324. OLE color: 3054324.
HSL color Cylindrical-coordinate representation of color #F49A2E: hue angle of 32.73º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F49A2E is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 46 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.04 |
| HSL | 32.73º | 0.9% | 0.57% | - |
| HSV(B) | 32.73º | 0.81% | 0.96% | - |
| XYZ | 49.36 | 42.54 | 8.19 | - |
| YUV | 168.6 | 58.82 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 46 | 0 | 0.37 | 0.81 | 0.04 | 32.73 | 0.9 | 0.57 |
| Hex | F4 | 9A | 2E | 0 | 25 | 51 | 4 | 21 | 5A | 39 |
| Octal | 364 | 232 | 56 | 0 | 45 | 121 | 4 | 41 | 132 | 71 |
| Binary | 11110100 | 10011010 | 101110 | 0 | 100101 | 1010001 | 100 | 100001 | 1011010 | 111001 |
Color Harmonies of #F49A2E
Complementary color
Monochromatic Colors of #F49A2E
Black with #F49A2E
Text Example
Text Example
White with #F49A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49A2E; }
p { color: rgb(244,154,46); }
H1.HeaderClassName
{
color: #F49A2E;
}
.AnyTagClassName
{
color: #F49A2E;
}
</style>
background-color css
<style>
a { background-color: #F49A2E; }
a { background-color: rgb(244,154,46); }
div.DivClassName
{
background-color: #F49A2E;
}
.BgClassName
{
background-color: #F49A2E;
}
</style>
border-color css
<style>
span { border-color: #F49A2E; }
span { border-color: rgb(244,154,46); }
td.TdClassName
{
border-color: #F49A2E;
}
.TagClassName
{
border-color: #F49A2E;
}
</style>