Shades of Sun #F8802D
Tints of Sun #F8802D
RGB
CMYK
RGB Variations
Color information
#F8802D (or 0xF8802D) is known color: Sun. HEX triplet: F8, 80 and 2D. RGB value is (248,128,45). Sum of RGB (Red+Green+Blue) = 248+128+45=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F8802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8802D is #077FD2. Grayscale: #9A9A9A. Windows color (decimal): -491475 or 2982136. OLE color: 2982136.
HSL color Cylindrical-coordinate representation of color #F8802D: hue angle of 24.53º 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 #F8802D is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 45 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.03 |
| HSL | 24.53º | 0.94% | 0.57% | - |
| HSV(B) | 24.53º | 0.82% | 0.97% | - |
| XYZ | 46.9 | 35.58 | 6.88 | - |
| YUV | 154.42 | 66.26 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 45 | 0 | 0.48 | 0.82 | 0.03 | 24.53 | 0.94 | 0.57 |
| Hex | F8 | 80 | 2D | 0 | 30 | 52 | 3 | 19 | 5E | 39 |
| Octal | 370 | 200 | 55 | 0 | 60 | 122 | 3 | 31 | 136 | 71 |
| Binary | 11111000 | 10000000 | 101101 | 0 | 110000 | 1010010 | 11 | 11001 | 1011110 | 111001 |
Color Harmonies of #F8802D
Complementary color
Monochromatic Colors of #F8802D
Black with #F8802D
Text Example
Text Example
White with #F8802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8802D; }
p { color: rgb(248,128,45); }
H1.HeaderClassName
{
color: #F8802D;
}
.AnyTagClassName
{
color: #F8802D;
}
</style>
background-color css
<style>
a { background-color: #F8802D; }
a { background-color: rgb(248,128,45); }
div.DivClassName
{
background-color: #F8802D;
}
.BgClassName
{
background-color: #F8802D;
}
</style>
border-color css
<style>
span { border-color: #F8802D; }
span { border-color: rgb(248,128,45); }
td.TdClassName
{
border-color: #F8802D;
}
.TagClassName
{
border-color: #F8802D;
}
</style>