Shades of Sun #F88030
Tints of Sun #F88030
RGB
CMYK
RGB Variations
Color information
#F88030 (or 0xF88030) is known color: Sun. HEX triplet: F8, 80 and 30. RGB value is (248,128,48). Sum of RGB (Red+Green+Blue) = 248+128+48=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F88030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88030 is #077FCF. Grayscale: #9B9B9B. Windows color (decimal): -491472 or 3178744. OLE color: 3178744.
HSL color Cylindrical-coordinate representation of color #F88030: hue angle of 24º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F88030 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 48 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.03 |
| HSL | 24º | 0.93% | 0.58% | - |
| HSV(B) | 24º | 0.81% | 0.97% | - |
| XYZ | 46.96 | 35.61 | 7.19 | - |
| YUV | 154.76 | 67.76 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 48 | 0 | 0.48 | 0.81 | 0.03 | 24 | 0.93 | 0.58 |
| Hex | F8 | 80 | 30 | 0 | 30 | 51 | 3 | 18 | 5D | 3A |
| Octal | 370 | 200 | 60 | 0 | 60 | 121 | 3 | 30 | 135 | 72 |
| Binary | 11111000 | 10000000 | 110000 | 0 | 110000 | 1010001 | 11 | 11000 | 1011101 | 111010 |
Color Harmonies of #F88030
Complementary color
Monochromatic Colors of #F88030
Black with #F88030
Text Example
Text Example
White with #F88030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88030; }
p { color: rgb(248,128,48); }
H1.HeaderClassName
{
color: #F88030;
}
.AnyTagClassName
{
color: #F88030;
}
</style>
background-color css
<style>
a { background-color: #F88030; }
a { background-color: rgb(248,128,48); }
div.DivClassName
{
background-color: #F88030;
}
.BgClassName
{
background-color: #F88030;
}
</style>
border-color css
<style>
span { border-color: #F88030; }
span { border-color: rgb(248,128,48); }
td.TdClassName
{
border-color: #F88030;
}
.TagClassName
{
border-color: #F88030;
}
</style>