Shades of Yellow Sea #F5973B
Tints of Yellow Sea #F5973B
RGB
CMYK
RGB Variations
Color information
#F5973B (or 0xF5973B) is known color: Yellow Sea. HEX triplet: F5, 97 and 3B. RGB value is (245,151,59). Sum of RGB (Red+Green+Blue) = 245+151+59=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 59 (23.44% from 255 or 12.97% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5973B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5973B is #0A68C4. Grayscale: #A9A9A9. Windows color (decimal): -682181 or 3905525. OLE color: 3905525.
HSL color Cylindrical-coordinate representation of color #F5973B: hue angle of 29.68º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5973B is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 59 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.04 |
| HSL | 29.68º | 0.9% | 0.6% | - |
| HSV(B) | 29.68º | 0.76% | 0.96% | - |
| XYZ | 49.51 | 41.86 | 9.61 | - |
| YUV | 168.62 | 66.14 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 59 | 0 | 0.38 | 0.76 | 0.04 | 29.68 | 0.9 | 0.6 |
| Hex | F5 | 97 | 3B | 0 | 26 | 4C | 4 | 1E | 5A | 3C |
| Octal | 365 | 227 | 73 | 0 | 46 | 114 | 4 | 36 | 132 | 74 |
| Binary | 11110101 | 10010111 | 111011 | 0 | 100110 | 1001100 | 100 | 11110 | 1011010 | 111100 |
Color Harmonies of #F5973B
Complementary color
Monochromatic Colors of #F5973B
Black with #F5973B
Text Example
Text Example
White with #F5973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5973B; }
p { color: rgb(245,151,59); }
H1.HeaderClassName
{
color: #F5973B;
}
.AnyTagClassName
{
color: #F5973B;
}
</style>
background-color css
<style>
a { background-color: #F5973B; }
a { background-color: rgb(245,151,59); }
div.DivClassName
{
background-color: #F5973B;
}
.BgClassName
{
background-color: #F5973B;
}
</style>
border-color css
<style>
span { border-color: #F5973B; }
span { border-color: rgb(245,151,59); }
td.TdClassName
{
border-color: #F5973B;
}
.TagClassName
{
border-color: #F5973B;
}
</style>