Shades of Yellow Sea #F4962D
Tints of Yellow Sea #F4962D
RGB
CMYK
RGB Variations
Color information
#F4962D (or 0xF4962D) is known color: Yellow Sea. HEX triplet: F4, 96 and 2D. RGB value is (244,150,45). Sum of RGB (Red+Green+Blue) = 244+150+45=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F4962D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4962D is #0B69D2. Grayscale: #A6A6A6. Windows color (decimal): -747987 or 2987764. OLE color: 2987764.
HSL color Cylindrical-coordinate representation of color #F4962D: hue angle of 31.66º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4962D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 45 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.04 |
| HSL | 31.66º | 0.9% | 0.57% | - |
| HSV(B) | 31.66º | 0.82% | 0.96% | - |
| XYZ | 48.69 | 41.24 | 7.88 | - |
| YUV | 166.14 | 59.64 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 45 | 0 | 0.39 | 0.82 | 0.04 | 31.66 | 0.9 | 0.57 |
| Hex | F4 | 96 | 2D | 0 | 27 | 52 | 4 | 20 | 5A | 39 |
| Octal | 364 | 226 | 55 | 0 | 47 | 122 | 4 | 40 | 132 | 71 |
| Binary | 11110100 | 10010110 | 101101 | 0 | 100111 | 1010010 | 100 | 100000 | 1011010 | 111001 |
Color Harmonies of #F4962D
Complementary color
Monochromatic Colors of #F4962D
Black with #F4962D
Text Example
Text Example
White with #F4962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4962D; }
p { color: rgb(244,150,45); }
H1.HeaderClassName
{
color: #F4962D;
}
.AnyTagClassName
{
color: #F4962D;
}
</style>
background-color css
<style>
a { background-color: #F4962D; }
a { background-color: rgb(244,150,45); }
div.DivClassName
{
background-color: #F4962D;
}
.BgClassName
{
background-color: #F4962D;
}
</style>
border-color css
<style>
span { border-color: #F4962D; }
span { border-color: rgb(244,150,45); }
td.TdClassName
{
border-color: #F4962D;
}
.TagClassName
{
border-color: #F4962D;
}
</style>