Shades of Sunshade #FF984F
Tints of Sunshade #FF984F
RGB
CMYK
RGB Variations
Color information
#FF984F (or 0xFF984F) is known color: Sunshade. HEX triplet: FF, 98 and 4F. RGB value is (255,152,79). Sum of RGB (Red+Green+Blue) = 255+152+79=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF984F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF984F is #0067B0. Grayscale: #AEAEAE. Windows color (decimal): -26545 or 5216511. OLE color: 5216511.
HSL color Cylindrical-coordinate representation of color #FF984F: hue angle of 24.89º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF984F is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 79 | - |
| CMYK | 0 | 0.40 | 0.69 | 0 |
| HSL | 24.89º | 1% | 0.65% | - |
| HSV(B) | 24.89º | 0.69% | 1% | - |
| XYZ | 53.88 | 44.28 | 13.1 | - |
| YUV | 174.48 | 74.12 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 79 | 0 | 0.40 | 0.69 | 0 | 24.89 | 1 | 0.65 |
| Hex | FF | 98 | 4F | 0 | 28 | 45 | 0 | 19 | 64 | 41 |
| Octal | 377 | 230 | 117 | 0 | 50 | 105 | 0 | 31 | 144 | 101 |
| Binary | 11111111 | 10011000 | 1001111 | 0 | 101000 | 1000101 | 0 | 11001 | 1100100 | 1000001 |
Color Harmonies of #FF984F
Complementary color
Monochromatic Colors of #FF984F
Black with #FF984F
Text Example
Text Example
White with #FF984F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF984F; }
p { color: rgb(255,152,79); }
H1.HeaderClassName
{
color: #FF984F;
}
.AnyTagClassName
{
color: #FF984F;
}
</style>
background-color css
<style>
a { background-color: #FF984F; }
a { background-color: rgb(255,152,79); }
div.DivClassName
{
background-color: #FF984F;
}
.BgClassName
{
background-color: #FF984F;
}
</style>
border-color css
<style>
span { border-color: #FF984F; }
span { border-color: rgb(255,152,79); }
td.TdClassName
{
border-color: #FF984F;
}
.TagClassName
{
border-color: #FF984F;
}
</style>