Shades of Sun #F8953D
Tints of Sun #F8953D
RGB
CMYK
RGB Variations
Color information
#F8953D (or 0xF8953D) is known color: Sun. HEX triplet: F8, 95 and 3D. RGB value is (248,149,61). Sum of RGB (Red+Green+Blue) = 248+149+61=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F8953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8953D is #076AC2. Grayscale: #A9A9A9. Windows color (decimal): -486083 or 4036088. OLE color: 4036088.
HSL color Cylindrical-coordinate representation of color #F8953D: hue angle of 28.24º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8953D is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 61 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.03 |
| HSL | 28.24º | 0.93% | 0.61% | - |
| HSV(B) | 28.24º | 0.75% | 0.97% | - |
| XYZ | 50.3 | 41.79 | 9.83 | - |
| YUV | 168.57 | 67.3 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 61 | 0 | 0.40 | 0.75 | 0.03 | 28.24 | 0.93 | 0.61 |
| Hex | F8 | 95 | 3D | 0 | 28 | 4B | 3 | 1C | 5D | 3D |
| Octal | 370 | 225 | 75 | 0 | 50 | 113 | 3 | 34 | 135 | 75 |
| Binary | 11111000 | 10010101 | 111101 | 0 | 101000 | 1001011 | 11 | 11100 | 1011101 | 111101 |
Color Harmonies of #F8953D
Complementary color
Monochromatic Colors of #F8953D
Black with #F8953D
Text Example
Text Example
White with #F8953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8953D; }
p { color: rgb(248,149,61); }
H1.HeaderClassName
{
color: #F8953D;
}
.AnyTagClassName
{
color: #F8953D;
}
</style>
background-color css
<style>
a { background-color: #F8953D; }
a { background-color: rgb(248,149,61); }
div.DivClassName
{
background-color: #F8953D;
}
.BgClassName
{
background-color: #F8953D;
}
</style>
border-color css
<style>
span { border-color: #F8953D; }
span { border-color: rgb(248,149,61); }
td.TdClassName
{
border-color: #F8953D;
}
.TagClassName
{
border-color: #F8953D;
}
</style>