Shades of Yellow Sea #F5993E
Tints of Yellow Sea #F5993E
RGB
CMYK
RGB Variations
Color information
#F5993E (or 0xF5993E) is known color: Yellow Sea. HEX triplet: F5, 99 and 3E. RGB value is (245,153,62). Sum of RGB (Red+Green+Blue) = 245+153+62=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F5993E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5993E is #0A66C1. Grayscale: #AAAAAA. Windows color (decimal): -681666 or 4102645. OLE color: 4102645.
HSL color Cylindrical-coordinate representation of color #F5993E: hue angle of 29.84º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5993E is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 62 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.04 |
| HSL | 29.84º | 0.9% | 0.6% | - |
| HSV(B) | 29.84º | 0.75% | 0.96% | - |
| XYZ | 49.92 | 42.54 | 10.14 | - |
| YUV | 170.13 | 66.98 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 62 | 0 | 0.38 | 0.75 | 0.04 | 29.84 | 0.9 | 0.6 |
| Hex | F5 | 99 | 3E | 0 | 26 | 4B | 4 | 1E | 5A | 3C |
| Octal | 365 | 231 | 76 | 0 | 46 | 113 | 4 | 36 | 132 | 74 |
| Binary | 11110101 | 10011001 | 111110 | 0 | 100110 | 1001011 | 100 | 11110 | 1011010 | 111100 |
Color Harmonies of #F5993E
Complementary color
Monochromatic Colors of #F5993E
Black with #F5993E
Text Example
Text Example
White with #F5993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5993E; }
p { color: rgb(245,153,62); }
H1.HeaderClassName
{
color: #F5993E;
}
.AnyTagClassName
{
color: #F5993E;
}
</style>
background-color css
<style>
a { background-color: #F5993E; }
a { background-color: rgb(245,153,62); }
div.DivClassName
{
background-color: #F5993E;
}
.BgClassName
{
background-color: #F5993E;
}
</style>
border-color css
<style>
span { border-color: #F5993E; }
span { border-color: rgb(245,153,62); }
td.TdClassName
{
border-color: #F5993E;
}
.TagClassName
{
border-color: #F5993E;
}
</style>