Shades of Yellow Sea #F89B34
Tints of Yellow Sea #F89B34
RGB
CMYK
RGB Variations
Color information
#F89B34 (or 0xF89B34) is known color: Yellow Sea. HEX triplet: F8, 9B and 34. RGB value is (248,155,52). Sum of RGB (Red+Green+Blue) = 248+155+52=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89B34 is #0764CB. Grayscale: #ABABAB. Windows color (decimal): -484556 or 3447800. OLE color: 3447800.
HSL color Cylindrical-coordinate representation of color #F89B34: hue angle of 31.53º 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 #F89B34 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 52 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.03 |
| HSL | 31.53º | 0.93% | 0.59% | - |
| HSV(B) | 31.53º | 0.79% | 0.97% | - |
| XYZ | 51.05 | 43.65 | 8.98 | - |
| YUV | 171.07 | 60.81 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 52 | 0 | 0.38 | 0.79 | 0.03 | 31.53 | 0.93 | 0.59 |
| Hex | F8 | 9B | 34 | 0 | 26 | 4F | 3 | 20 | 5D | 3B |
| Octal | 370 | 233 | 64 | 0 | 46 | 117 | 3 | 40 | 135 | 73 |
| Binary | 11111000 | 10011011 | 110100 | 0 | 100110 | 1001111 | 11 | 100000 | 1011101 | 111011 |
Color Harmonies of #F89B34
Complementary color
Monochromatic Colors of #F89B34
Black with #F89B34
Text Example
Text Example
White with #F89B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B34; }
p { color: rgb(248,155,52); }
H1.HeaderClassName
{
color: #F89B34;
}
.AnyTagClassName
{
color: #F89B34;
}
</style>
background-color css
<style>
a { background-color: #F89B34; }
a { background-color: rgb(248,155,52); }
div.DivClassName
{
background-color: #F89B34;
}
.BgClassName
{
background-color: #F89B34;
}
</style>
border-color css
<style>
span { border-color: #F89B34; }
span { border-color: rgb(248,155,52); }
td.TdClassName
{
border-color: #F89B34;
}
.TagClassName
{
border-color: #F89B34;
}
</style>