Shades of Yellow Sea #F4973A
Tints of Yellow Sea #F4973A
RGB
CMYK
RGB Variations
Color information
#F4973A (or 0xF4973A) is known color: Yellow Sea. HEX triplet: F4, 97 and 3A. RGB value is (244,151,58). Sum of RGB (Red+Green+Blue) = 244+151+58=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F4973A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4973A is #0B68C5. Grayscale: #A8A8A8. Windows color (decimal): -747718 or 3839988. OLE color: 3839988.
HSL color Cylindrical-coordinate representation of color #F4973A: hue angle of 30º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F4973A is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 151 | 58 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.04 |
| HSL | 30º | 0.89% | 0.59% | - |
| HSV(B) | 30º | 0.76% | 0.96% | - |
| XYZ | 49.14 | 41.67 | 9.46 | - |
| YUV | 168.21 | 65.81 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 151 | 58 | 0 | 0.38 | 0.76 | 0.04 | 30 | 0.89 | 0.59 |
| Hex | F4 | 97 | 3A | 0 | 26 | 4C | 4 | 1E | 59 | 3B |
| Octal | 364 | 227 | 72 | 0 | 46 | 114 | 4 | 36 | 131 | 73 |
| Binary | 11110100 | 10010111 | 111010 | 0 | 100110 | 1001100 | 100 | 11110 | 1011001 | 111011 |
Color Harmonies of #F4973A
Complementary color
Monochromatic Colors of #F4973A
Black with #F4973A
Text Example
Text Example
White with #F4973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4973A; }
p { color: rgb(244,151,58); }
H1.HeaderClassName
{
color: #F4973A;
}
.AnyTagClassName
{
color: #F4973A;
}
</style>
background-color css
<style>
a { background-color: #F4973A; }
a { background-color: rgb(244,151,58); }
div.DivClassName
{
background-color: #F4973A;
}
.BgClassName
{
background-color: #F4973A;
}
</style>
border-color css
<style>
span { border-color: #F4973A; }
span { border-color: rgb(244,151,58); }
td.TdClassName
{
border-color: #F4973A;
}
.TagClassName
{
border-color: #F4973A;
}
</style>