Shades of Yellow Sea #F89E3E
Tints of Yellow Sea #F89E3E
RGB
CMYK
RGB Variations
Color information
#F89E3E (or 0xF89E3E) is known color: Yellow Sea. HEX triplet: F8, 9E and 3E. RGB value is (248,158,62). Sum of RGB (Red+Green+Blue) = 248+158+62=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89E3E is #0761C1. Grayscale: #AEAEAE. Windows color (decimal): -483778 or 4103928. OLE color: 4103928.
HSL color Cylindrical-coordinate representation of color #F89E3E: hue angle of 30.97º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F89E3E is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 62 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.03 |
| HSL | 30.97º | 0.93% | 0.61% | - |
| HSV(B) | 30.97º | 0.75% | 0.97% | - |
| XYZ | 51.81 | 44.76 | 10.47 | - |
| YUV | 173.97 | 64.82 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 62 | 0 | 0.36 | 0.75 | 0.03 | 30.97 | 0.93 | 0.61 |
| Hex | F8 | 9E | 3E | 0 | 24 | 4B | 3 | 1F | 5D | 3D |
| Octal | 370 | 236 | 76 | 0 | 44 | 113 | 3 | 37 | 135 | 75 |
| Binary | 11111000 | 10011110 | 111110 | 0 | 100100 | 1001011 | 11 | 11111 | 1011101 | 111101 |
Color Harmonies of #F89E3E
Complementary color
Monochromatic Colors of #F89E3E
Black with #F89E3E
Text Example
Text Example
White with #F89E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E3E; }
p { color: rgb(248,158,62); }
H1.HeaderClassName
{
color: #F89E3E;
}
.AnyTagClassName
{
color: #F89E3E;
}
</style>
background-color css
<style>
a { background-color: #F89E3E; }
a { background-color: rgb(248,158,62); }
div.DivClassName
{
background-color: #F89E3E;
}
.BgClassName
{
background-color: #F89E3E;
}
</style>
border-color css
<style>
span { border-color: #F89E3E; }
span { border-color: rgb(248,158,62); }
td.TdClassName
{
border-color: #F89E3E;
}
.TagClassName
{
border-color: #F89E3E;
}
</style>