Shades of Sunshade #F89D40
Tints of Sunshade #F89D40
RGB
CMYK
RGB Variations
Color information
#F89D40 (or 0xF89D40) is known color: Sunshade. HEX triplet: F8, 9D and 40. RGB value is (248,157,64). Sum of RGB (Red+Green+Blue) = 248+157+64=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89D40 is #0762BF. Grayscale: #AEAEAE. Windows color (decimal): -484032 or 4234744. OLE color: 4234744.
HSL color Cylindrical-coordinate representation of color #F89D40: hue angle of 30.33º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F89D40 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 64 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.03 |
| HSL | 30.33º | 0.93% | 0.61% | - |
| HSV(B) | 30.33º | 0.74% | 0.97% | - |
| XYZ | 51.69 | 44.44 | 10.7 | - |
| YUV | 173.61 | 66.15 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 64 | 0 | 0.37 | 0.74 | 0.03 | 30.33 | 0.93 | 0.61 |
| Hex | F8 | 9D | 40 | 0 | 25 | 4A | 3 | 1E | 5D | 3D |
| Octal | 370 | 235 | 100 | 0 | 45 | 112 | 3 | 36 | 135 | 75 |
| Binary | 11111000 | 10011101 | 1000000 | 0 | 100101 | 1001010 | 11 | 11110 | 1011101 | 111101 |
Color Harmonies of #F89D40
Complementary color
Monochromatic Colors of #F89D40
Black with #F89D40
Text Example
Text Example
White with #F89D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D40; }
p { color: rgb(248,157,64); }
H1.HeaderClassName
{
color: #F89D40;
}
.AnyTagClassName
{
color: #F89D40;
}
</style>
background-color css
<style>
a { background-color: #F89D40; }
a { background-color: rgb(248,157,64); }
div.DivClassName
{
background-color: #F89D40;
}
.BgClassName
{
background-color: #F89D40;
}
</style>
border-color css
<style>
span { border-color: #F89D40; }
span { border-color: rgb(248,157,64); }
td.TdClassName
{
border-color: #F89D40;
}
.TagClassName
{
border-color: #F89D40;
}
</style>