Shades of Yellow Sea #F89D3A
Tints of Yellow Sea #F89D3A
RGB
CMYK
RGB Variations
Color information
#F89D3A (or 0xF89D3A) is known color: Yellow Sea. HEX triplet: F8, 9D and 3A. RGB value is (248,157,58). Sum of RGB (Red+Green+Blue) = 248+157+58=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89D3A is #0762C5. Grayscale: #ADADAD. Windows color (decimal): -484038 or 3841528. OLE color: 3841528.
HSL color Cylindrical-coordinate representation of color #F89D3A: hue angle of 31.26º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F89D3A is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 58 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.03 |
| HSL | 31.26º | 0.93% | 0.6% | - |
| HSV(B) | 31.26º | 0.77% | 0.97% | - |
| XYZ | 51.53 | 44.38 | 9.85 | - |
| YUV | 172.92 | 63.15 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 58 | 0 | 0.37 | 0.77 | 0.03 | 31.26 | 0.93 | 0.6 |
| Hex | F8 | 9D | 3A | 0 | 25 | 4D | 3 | 1F | 5D | 3C |
| Octal | 370 | 235 | 72 | 0 | 45 | 115 | 3 | 37 | 135 | 74 |
| Binary | 11111000 | 10011101 | 111010 | 0 | 100101 | 1001101 | 11 | 11111 | 1011101 | 111100 |
Color Harmonies of #F89D3A
Complementary color
Monochromatic Colors of #F89D3A
Black with #F89D3A
Text Example
Text Example
White with #F89D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D3A; }
p { color: rgb(248,157,58); }
H1.HeaderClassName
{
color: #F89D3A;
}
.AnyTagClassName
{
color: #F89D3A;
}
</style>
background-color css
<style>
a { background-color: #F89D3A; }
a { background-color: rgb(248,157,58); }
div.DivClassName
{
background-color: #F89D3A;
}
.BgClassName
{
background-color: #F89D3A;
}
</style>
border-color css
<style>
span { border-color: #F89D3A; }
span { border-color: rgb(248,157,58); }
td.TdClassName
{
border-color: #F89D3A;
}
.TagClassName
{
border-color: #F89D3A;
}
</style>