Shades of Yellow Sea #F89C38
Tints of Yellow Sea #F89C38
RGB
CMYK
RGB Variations
Color information
#F89C38 (or 0xF89C38) is known color: Yellow Sea. HEX triplet: F8, 9C and 38. RGB value is (248,156,56). Sum of RGB (Red+Green+Blue) = 248+156+56=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89C38 is #0763C7. Grayscale: #ACACAC. Windows color (decimal): -484296 or 3710200. OLE color: 3710200.
HSL color Cylindrical-coordinate representation of color #F89C38: hue angle of 31.25º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F89C38 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 56 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.03 |
| HSL | 31.25º | 0.93% | 0.6% | - |
| HSV(B) | 31.25º | 0.77% | 0.97% | - |
| XYZ | 51.31 | 44.02 | 9.53 | - |
| YUV | 172.11 | 62.48 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 56 | 0 | 0.37 | 0.77 | 0.03 | 31.25 | 0.93 | 0.6 |
| Hex | F8 | 9C | 38 | 0 | 25 | 4D | 3 | 1F | 5D | 3C |
| Octal | 370 | 234 | 70 | 0 | 45 | 115 | 3 | 37 | 135 | 74 |
| Binary | 11111000 | 10011100 | 111000 | 0 | 100101 | 1001101 | 11 | 11111 | 1011101 | 111100 |
Color Harmonies of #F89C38
Complementary color
Monochromatic Colors of #F89C38
Black with #F89C38
Text Example
Text Example
White with #F89C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C38; }
p { color: rgb(248,156,56); }
H1.HeaderClassName
{
color: #F89C38;
}
.AnyTagClassName
{
color: #F89C38;
}
</style>
background-color css
<style>
a { background-color: #F89C38; }
a { background-color: rgb(248,156,56); }
div.DivClassName
{
background-color: #F89C38;
}
.BgClassName
{
background-color: #F89C38;
}
</style>
border-color css
<style>
span { border-color: #F89C38; }
span { border-color: rgb(248,156,56); }
td.TdClassName
{
border-color: #F89C38;
}
.TagClassName
{
border-color: #F89C38;
}
</style>