Shades of Yellow Sea #F89C31
Tints of Yellow Sea #F89C31
RGB
CMYK
RGB Variations
Color information
#F89C31 (or 0xF89C31) is known color: Yellow Sea. HEX triplet: F8, 9C and 31. RGB value is (248,156,49). Sum of RGB (Red+Green+Blue) = 248+156+49=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89C31 is #0763CE. Grayscale: #ABABAB. Windows color (decimal): -484303 or 3251448. OLE color: 3251448.
HSL color Cylindrical-coordinate representation of color #F89C31: hue angle of 32.26º 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 #F89C31 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 49 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.03 |
| HSL | 32.26º | 0.93% | 0.58% | - |
| HSV(B) | 32.26º | 0.8% | 0.97% | - |
| XYZ | 51.15 | 43.96 | 8.69 | - |
| YUV | 171.31 | 58.98 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 49 | 0 | 0.37 | 0.80 | 0.03 | 32.26 | 0.93 | 0.58 |
| Hex | F8 | 9C | 31 | 0 | 25 | 50 | 3 | 20 | 5D | 3A |
| Octal | 370 | 234 | 61 | 0 | 45 | 120 | 3 | 40 | 135 | 72 |
| Binary | 11111000 | 10011100 | 110001 | 0 | 100101 | 1010000 | 11 | 100000 | 1011101 | 111010 |
Color Harmonies of #F89C31
Complementary color
Monochromatic Colors of #F89C31
Black with #F89C31
Text Example
Text Example
White with #F89C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C31; }
p { color: rgb(248,156,49); }
H1.HeaderClassName
{
color: #F89C31;
}
.AnyTagClassName
{
color: #F89C31;
}
</style>
background-color css
<style>
a { background-color: #F89C31; }
a { background-color: rgb(248,156,49); }
div.DivClassName
{
background-color: #F89C31;
}
.BgClassName
{
background-color: #F89C31;
}
</style>
border-color css
<style>
span { border-color: #F89C31; }
span { border-color: rgb(248,156,49); }
td.TdClassName
{
border-color: #F89C31;
}
.TagClassName
{
border-color: #F89C31;
}
</style>