Shades of Sun #F8872A
Tints of Sun #F8872A
RGB
CMYK
RGB Variations
Color information
#F8872A (or 0xF8872A) is known color: Sun. HEX triplet: F8, 87 and 2A. RGB value is (248,135,42). Sum of RGB (Red+Green+Blue) = 248+135+42=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F8872A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8872A is #0778D5. Grayscale: #9E9E9E. Windows color (decimal): -489686 or 2787320. OLE color: 2787320.
HSL color Cylindrical-coordinate representation of color #F8872A: hue angle of 27.09º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8872A is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 135 | 42 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.03 |
| HSL | 27.09º | 0.94% | 0.57% | - |
| HSV(B) | 27.09º | 0.83% | 0.97% | - |
| XYZ | 47.79 | 37.45 | 6.9 | - |
| YUV | 158.19 | 62.44 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 135 | 42 | 0 | 0.46 | 0.83 | 0.03 | 27.09 | 0.94 | 0.57 |
| Hex | F8 | 87 | 2A | 0 | 2E | 53 | 3 | 1B | 5E | 39 |
| Octal | 370 | 207 | 52 | 0 | 56 | 123 | 3 | 33 | 136 | 71 |
| Binary | 11111000 | 10000111 | 101010 | 0 | 101110 | 1010011 | 11 | 11011 | 1011110 | 111001 |
Color Harmonies of #F8872A
Complementary color
Monochromatic Colors of #F8872A
Black with #F8872A
Text Example
Text Example
White with #F8872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8872A; }
p { color: rgb(248,135,42); }
H1.HeaderClassName
{
color: #F8872A;
}
.AnyTagClassName
{
color: #F8872A;
}
</style>
background-color css
<style>
a { background-color: #F8872A; }
a { background-color: rgb(248,135,42); }
div.DivClassName
{
background-color: #F8872A;
}
.BgClassName
{
background-color: #F8872A;
}
</style>
border-color css
<style>
span { border-color: #F8872A; }
span { border-color: rgb(248,135,42); }
td.TdClassName
{
border-color: #F8872A;
}
.TagClassName
{
border-color: #F8872A;
}
</style>