Shades of Sun #F8852C
Tints of Sun #F8852C
RGB
CMYK
RGB Variations
Color information
#F8852C (or 0xF8852C) is known color: Sun. HEX triplet: F8, 85 and 2C. RGB value is (248,133,44). Sum of RGB (Red+Green+Blue) = 248+133+44=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F8852C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8852C is #077AD3. Grayscale: #9D9D9D. Windows color (decimal): -490196 or 2917880. OLE color: 2917880.
HSL color Cylindrical-coordinate representation of color #F8852C: hue angle of 26.18º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8852C is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 44 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.03 |
| HSL | 26.18º | 0.94% | 0.57% | - |
| HSV(B) | 26.18º | 0.82% | 0.97% | - |
| XYZ | 47.55 | 36.91 | 7 | - |
| YUV | 157.24 | 64.1 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 44 | 0 | 0.46 | 0.82 | 0.03 | 26.18 | 0.94 | 0.57 |
| Hex | F8 | 85 | 2C | 0 | 2E | 52 | 3 | 1A | 5E | 39 |
| Octal | 370 | 205 | 54 | 0 | 56 | 122 | 3 | 32 | 136 | 71 |
| Binary | 11111000 | 10000101 | 101100 | 0 | 101110 | 1010010 | 11 | 11010 | 1011110 | 111001 |
Color Harmonies of #F8852C
Complementary color
Monochromatic Colors of #F8852C
Black with #F8852C
Text Example
Text Example
White with #F8852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8852C; }
p { color: rgb(248,133,44); }
H1.HeaderClassName
{
color: #F8852C;
}
.AnyTagClassName
{
color: #F8852C;
}
</style>
background-color css
<style>
a { background-color: #F8852C; }
a { background-color: rgb(248,133,44); }
div.DivClassName
{
background-color: #F8852C;
}
.BgClassName
{
background-color: #F8852C;
}
</style>
border-color css
<style>
span { border-color: #F8852C; }
span { border-color: rgb(248,133,44); }
td.TdClassName
{
border-color: #F8852C;
}
.TagClassName
{
border-color: #F8852C;
}
</style>