Shades of Yellow Sea #F89A34
Tints of Yellow Sea #F89A34
RGB
CMYK
RGB Variations
Color information
#F89A34 (or 0xF89A34) is known color: Yellow Sea. HEX triplet: F8, 9A and 34. RGB value is (248,154,52). Sum of RGB (Red+Green+Blue) = 248+154+52=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89A34 is #0765CB. Grayscale: #AAAAAA. Windows color (decimal): -484812 or 3447544. OLE color: 3447544.
HSL color Cylindrical-coordinate representation of color #F89A34: hue angle of 31.22º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F89A34 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 52 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.03 |
| HSL | 31.22º | 0.93% | 0.59% | - |
| HSV(B) | 31.22º | 0.79% | 0.97% | - |
| XYZ | 50.89 | 43.32 | 8.93 | - |
| YUV | 170.48 | 61.14 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 52 | 0 | 0.38 | 0.79 | 0.03 | 31.22 | 0.93 | 0.59 |
| Hex | F8 | 9A | 34 | 0 | 26 | 4F | 3 | 1F | 5D | 3B |
| Octal | 370 | 232 | 64 | 0 | 46 | 117 | 3 | 37 | 135 | 73 |
| Binary | 11111000 | 10011010 | 110100 | 0 | 100110 | 1001111 | 11 | 11111 | 1011101 | 111011 |
Color Harmonies of #F89A34
Complementary color
Monochromatic Colors of #F89A34
Black with #F89A34
Text Example
Text Example
White with #F89A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A34; }
p { color: rgb(248,154,52); }
H1.HeaderClassName
{
color: #F89A34;
}
.AnyTagClassName
{
color: #F89A34;
}
</style>
background-color css
<style>
a { background-color: #F89A34; }
a { background-color: rgb(248,154,52); }
div.DivClassName
{
background-color: #F89A34;
}
.BgClassName
{
background-color: #F89A34;
}
</style>
border-color css
<style>
span { border-color: #F89A34; }
span { border-color: rgb(248,154,52); }
td.TdClassName
{
border-color: #F89A34;
}
.TagClassName
{
border-color: #F89A34;
}
</style>