Shades of Yellow Sea #F4962C
Tints of Yellow Sea #F4962C
RGB
CMYK
RGB Variations
Color information
#F4962C (or 0xF4962C) is known color: Yellow Sea. HEX triplet: F4, 96 and 2C. RGB value is (244,150,44). Sum of RGB (Red+Green+Blue) = 244+150+44=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F4962C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4962C is #0B69D3. Grayscale: #A6A6A6. Windows color (decimal): -747988 or 2922228. OLE color: 2922228.
HSL color Cylindrical-coordinate representation of color #F4962C: hue angle of 31.8º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4962C is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 44 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.04 |
| HSL | 31.8º | 0.9% | 0.56% | - |
| HSV(B) | 31.8º | 0.82% | 0.96% | - |
| XYZ | 48.67 | 41.23 | 7.78 | - |
| YUV | 166.02 | 59.14 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 44 | 0 | 0.39 | 0.82 | 0.04 | 31.8 | 0.9 | 0.56 |
| Hex | F4 | 96 | 2C | 0 | 27 | 52 | 4 | 20 | 5A | 38 |
| Octal | 364 | 226 | 54 | 0 | 47 | 122 | 4 | 40 | 132 | 70 |
| Binary | 11110100 | 10010110 | 101100 | 0 | 100111 | 1010010 | 100 | 100000 | 1011010 | 111000 |
Color Harmonies of #F4962C
Complementary color
Monochromatic Colors of #F4962C
Black with #F4962C
Text Example
Text Example
White with #F4962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4962C; }
p { color: rgb(244,150,44); }
H1.HeaderClassName
{
color: #F4962C;
}
.AnyTagClassName
{
color: #F4962C;
}
</style>
background-color css
<style>
a { background-color: #F4962C; }
a { background-color: rgb(244,150,44); }
div.DivClassName
{
background-color: #F4962C;
}
.BgClassName
{
background-color: #F4962C;
}
</style>
border-color css
<style>
span { border-color: #F4962C; }
span { border-color: rgb(244,150,44); }
td.TdClassName
{
border-color: #F4962C;
}
.TagClassName
{
border-color: #F4962C;
}
</style>