Shades of Sun #F88D3A
Tints of Sun #F88D3A
RGB
CMYK
RGB Variations
Color information
#F88D3A (or 0xF88D3A) is known color: Sun. HEX triplet: F8, 8D and 3A. RGB value is (248,141,58). Sum of RGB (Red+Green+Blue) = 248+141+58=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F88D3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88D3A is #0772C5. Grayscale: #A3A3A3. Windows color (decimal): -488134 or 3837432. OLE color: 3837432.
HSL color Cylindrical-coordinate representation of color #F88D3A: hue angle of 26.21º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F88D3A is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 58 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.03 |
| HSL | 26.21º | 0.93% | 0.6% | - |
| HSV(B) | 26.21º | 0.77% | 0.97% | - |
| XYZ | 49 | 39.31 | 9.01 | - |
| YUV | 163.53 | 68.45 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 58 | 0 | 0.43 | 0.77 | 0.03 | 26.21 | 0.93 | 0.6 |
| Hex | F8 | 8D | 3A | 0 | 2B | 4D | 3 | 1A | 5D | 3C |
| Octal | 370 | 215 | 72 | 0 | 53 | 115 | 3 | 32 | 135 | 74 |
| Binary | 11111000 | 10001101 | 111010 | 0 | 101011 | 1001101 | 11 | 11010 | 1011101 | 111100 |
Color Harmonies of #F88D3A
Complementary color
Monochromatic Colors of #F88D3A
Black with #F88D3A
Text Example
Text Example
White with #F88D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88D3A; }
p { color: rgb(248,141,58); }
H1.HeaderClassName
{
color: #F88D3A;
}
.AnyTagClassName
{
color: #F88D3A;
}
</style>
background-color css
<style>
a { background-color: #F88D3A; }
a { background-color: rgb(248,141,58); }
div.DivClassName
{
background-color: #F88D3A;
}
.BgClassName
{
background-color: #F88D3A;
}
</style>
border-color css
<style>
span { border-color: #F88D3A; }
span { border-color: rgb(248,141,58); }
td.TdClassName
{
border-color: #F88D3A;
}
.TagClassName
{
border-color: #F88D3A;
}
</style>