Shades of Yellow Sea #F89B2F
Tints of Yellow Sea #F89B2F
RGB
CMYK
RGB Variations
Color information
#F89B2F (or 0xF89B2F) is known color: Yellow Sea. HEX triplet: F8, 9B and 2F. RGB value is (248,155,47). Sum of RGB (Red+Green+Blue) = 248+155+47=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89B2F is #0764D0. Grayscale: #ABABAB. Windows color (decimal): -484561 or 3120120. OLE color: 3120120.
HSL color Cylindrical-coordinate representation of color #F89B2F: hue angle of 32.24º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F89B2F is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 47 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.03 |
| HSL | 32.24º | 0.93% | 0.58% | - |
| HSV(B) | 32.24º | 0.81% | 0.97% | - |
| XYZ | 50.95 | 43.6 | 8.42 | - |
| YUV | 170.5 | 58.31 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 47 | 0 | 0.38 | 0.81 | 0.03 | 32.24 | 0.93 | 0.58 |
| Hex | F8 | 9B | 2F | 0 | 26 | 51 | 3 | 20 | 5D | 3A |
| Octal | 370 | 233 | 57 | 0 | 46 | 121 | 3 | 40 | 135 | 72 |
| Binary | 11111000 | 10011011 | 101111 | 0 | 100110 | 1010001 | 11 | 100000 | 1011101 | 111010 |
Color Harmonies of #F89B2F
Complementary color
Monochromatic Colors of #F89B2F
Black with #F89B2F
Text Example
Text Example
White with #F89B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B2F; }
p { color: rgb(248,155,47); }
H1.HeaderClassName
{
color: #F89B2F;
}
.AnyTagClassName
{
color: #F89B2F;
}
</style>
background-color css
<style>
a { background-color: #F89B2F; }
a { background-color: rgb(248,155,47); }
div.DivClassName
{
background-color: #F89B2F;
}
.BgClassName
{
background-color: #F89B2F;
}
</style>
border-color css
<style>
span { border-color: #F89B2F; }
span { border-color: rgb(248,155,47); }
td.TdClassName
{
border-color: #F89B2F;
}
.TagClassName
{
border-color: #F89B2F;
}
</style>