Shades of Sunshade #F89B40
Tints of Sunshade #F89B40
RGB
CMYK
RGB Variations
Color information
#F89B40 (or 0xF89B40) is known color: Sunshade. HEX triplet: F8, 9B and 40. RGB value is (248,155,64). Sum of RGB (Red+Green+Blue) = 248+155+64=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89B40 is #0764BF. Grayscale: #ACACAC. Windows color (decimal): -484544 or 4234232. OLE color: 4234232.
HSL color Cylindrical-coordinate representation of color #F89B40: hue angle of 29.67º 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 #F89B40 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 64 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.03 |
| HSL | 29.67º | 0.93% | 0.61% | - |
| HSV(B) | 29.67º | 0.74% | 0.97% | - |
| XYZ | 51.36 | 43.77 | 10.59 | - |
| YUV | 172.43 | 66.81 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 64 | 0 | 0.38 | 0.74 | 0.03 | 29.67 | 0.93 | 0.61 |
| Hex | F8 | 9B | 40 | 0 | 26 | 4A | 3 | 1E | 5D | 3D |
| Octal | 370 | 233 | 100 | 0 | 46 | 112 | 3 | 36 | 135 | 75 |
| Binary | 11111000 | 10011011 | 1000000 | 0 | 100110 | 1001010 | 11 | 11110 | 1011101 | 111101 |
Color Harmonies of #F89B40
Complementary color
Monochromatic Colors of #F89B40
Black with #F89B40
Text Example
Text Example
White with #F89B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B40; }
p { color: rgb(248,155,64); }
H1.HeaderClassName
{
color: #F89B40;
}
.AnyTagClassName
{
color: #F89B40;
}
</style>
background-color css
<style>
a { background-color: #F89B40; }
a { background-color: rgb(248,155,64); }
div.DivClassName
{
background-color: #F89B40;
}
.BgClassName
{
background-color: #F89B40;
}
</style>
border-color css
<style>
span { border-color: #F89B40; }
span { border-color: rgb(248,155,64); }
td.TdClassName
{
border-color: #F89B40;
}
.TagClassName
{
border-color: #F89B40;
}
</style>