Shades of Sun #F8882D
Tints of Sun #F8882D
RGB
CMYK
RGB Variations
Color information
#F8882D (or 0xF8882D) is known color: Sun. HEX triplet: F8, 88 and 2D. RGB value is (248,136,45). Sum of RGB (Red+Green+Blue) = 248+136+45=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8882D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8882D is #0777D2. Grayscale: #9F9F9F. Windows color (decimal): -489427 or 2984184. OLE color: 2984184.
HSL color Cylindrical-coordinate representation of color #F8882D: hue angle of 26.9º 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 #F8882D is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 45 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.03 |
| HSL | 26.9º | 0.94% | 0.57% | - |
| HSV(B) | 26.9º | 0.82% | 0.97% | - |
| XYZ | 47.99 | 37.75 | 7.24 | - |
| YUV | 159.11 | 63.61 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 45 | 0 | 0.45 | 0.82 | 0.03 | 26.9 | 0.94 | 0.57 |
| Hex | F8 | 88 | 2D | 0 | 2D | 52 | 3 | 1B | 5E | 39 |
| Octal | 370 | 210 | 55 | 0 | 55 | 122 | 3 | 33 | 136 | 71 |
| Binary | 11111000 | 10001000 | 101101 | 0 | 101101 | 1010010 | 11 | 11011 | 1011110 | 111001 |
Color Harmonies of #F8882D
Complementary color
Monochromatic Colors of #F8882D
Black with #F8882D
Text Example
Text Example
White with #F8882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8882D; }
p { color: rgb(248,136,45); }
H1.HeaderClassName
{
color: #F8882D;
}
.AnyTagClassName
{
color: #F8882D;
}
</style>
background-color css
<style>
a { background-color: #F8882D; }
a { background-color: rgb(248,136,45); }
div.DivClassName
{
background-color: #F8882D;
}
.BgClassName
{
background-color: #F8882D;
}
</style>
border-color css
<style>
span { border-color: #F8882D; }
span { border-color: rgb(248,136,45); }
td.TdClassName
{
border-color: #F8882D;
}
.TagClassName
{
border-color: #F8882D;
}
</style>