Shades of Sun #F8853B
Tints of Sun #F8853B
RGB
CMYK
RGB Variations
Color information
#F8853B (or 0xF8853B) is known color: Sun. HEX triplet: F8, 85 and 3B. RGB value is (248,133,59). Sum of RGB (Red+Green+Blue) = 248+133+59=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8853B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8853B is #077AC4. Grayscale: #9F9F9F. Windows color (decimal): -490181 or 3900920. OLE color: 3900920.
HSL color Cylindrical-coordinate representation of color #F8853B: hue angle of 23.49º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8853B is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 59 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.03 |
| HSL | 23.49º | 0.93% | 0.6% | - |
| HSV(B) | 23.49º | 0.76% | 0.97% | - |
| XYZ | 47.89 | 37.05 | 8.76 | - |
| YUV | 158.95 | 71.6 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 59 | 0 | 0.46 | 0.76 | 0.03 | 23.49 | 0.93 | 0.6 |
| Hex | F8 | 85 | 3B | 0 | 2E | 4C | 3 | 17 | 5D | 3C |
| Octal | 370 | 205 | 73 | 0 | 56 | 114 | 3 | 27 | 135 | 74 |
| Binary | 11111000 | 10000101 | 111011 | 0 | 101110 | 1001100 | 11 | 10111 | 1011101 | 111100 |
Color Harmonies of #F8853B
Complementary color
Monochromatic Colors of #F8853B
Black with #F8853B
Text Example
Text Example
White with #F8853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8853B; }
p { color: rgb(248,133,59); }
H1.HeaderClassName
{
color: #F8853B;
}
.AnyTagClassName
{
color: #F8853B;
}
</style>
background-color css
<style>
a { background-color: #F8853B; }
a { background-color: rgb(248,133,59); }
div.DivClassName
{
background-color: #F8853B;
}
.BgClassName
{
background-color: #F8853B;
}
</style>
border-color css
<style>
span { border-color: #F8853B; }
span { border-color: rgb(248,133,59); }
td.TdClassName
{
border-color: #F8853B;
}
.TagClassName
{
border-color: #F8853B;
}
</style>