Shades of Yellow Sea #F89B32
Tints of Yellow Sea #F89B32
RGB
CMYK
RGB Variations
Color information
#F89B32 (or 0xF89B32) is known color: Yellow Sea. HEX triplet: F8, 9B and 32. RGB value is (248,155,50). Sum of RGB (Red+Green+Blue) = 248+155+50=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89B32 is #0764CD. Grayscale: #ABABAB. Windows color (decimal): -484558 or 3316728. OLE color: 3316728.
HSL color Cylindrical-coordinate representation of color #F89B32: hue angle of 31.82º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F89B32 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 50 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.03 |
| HSL | 31.82º | 0.93% | 0.58% | - |
| HSV(B) | 31.82º | 0.8% | 0.97% | - |
| XYZ | 51.01 | 43.63 | 8.75 | - |
| YUV | 170.84 | 59.81 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 50 | 0 | 0.38 | 0.80 | 0.03 | 31.82 | 0.93 | 0.58 |
| Hex | F8 | 9B | 32 | 0 | 26 | 50 | 3 | 20 | 5D | 3A |
| Octal | 370 | 233 | 62 | 0 | 46 | 120 | 3 | 40 | 135 | 72 |
| Binary | 11111000 | 10011011 | 110010 | 0 | 100110 | 1010000 | 11 | 100000 | 1011101 | 111010 |
Color Harmonies of #F89B32
Complementary color
Monochromatic Colors of #F89B32
Black with #F89B32
Text Example
Text Example
White with #F89B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B32; }
p { color: rgb(248,155,50); }
H1.HeaderClassName
{
color: #F89B32;
}
.AnyTagClassName
{
color: #F89B32;
}
</style>
background-color css
<style>
a { background-color: #F89B32; }
a { background-color: rgb(248,155,50); }
div.DivClassName
{
background-color: #F89B32;
}
.BgClassName
{
background-color: #F89B32;
}
</style>
border-color css
<style>
span { border-color: #F89B32; }
span { border-color: rgb(248,155,50); }
td.TdClassName
{
border-color: #F89B32;
}
.TagClassName
{
border-color: #F89B32;
}
</style>