Shades of Sun #F88E3C
Tints of Sun #F88E3C
RGB
CMYK
RGB Variations
Color information
#F88E3C (or 0xF88E3C) is known color: Sun. HEX triplet: F8, 8E and 3C. RGB value is (248,142,60). Sum of RGB (Red+Green+Blue) = 248+142+60=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F88E3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88E3C is #0771C3. Grayscale: #A4A4A4. Windows color (decimal): -487876 or 3968760. OLE color: 3968760.
HSL color Cylindrical-coordinate representation of color #F88E3C: hue angle of 26.17º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F88E3C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 142 | 60 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.03 |
| HSL | 26.17º | 0.93% | 0.6% | - |
| HSV(B) | 26.17º | 0.76% | 0.97% | - |
| XYZ | 49.2 | 39.63 | 9.33 | - |
| YUV | 164.35 | 69.12 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 142 | 60 | 0 | 0.43 | 0.76 | 0.03 | 26.17 | 0.93 | 0.6 |
| Hex | F8 | 8E | 3C | 0 | 2B | 4C | 3 | 1A | 5D | 3C |
| Octal | 370 | 216 | 74 | 0 | 53 | 114 | 3 | 32 | 135 | 74 |
| Binary | 11111000 | 10001110 | 111100 | 0 | 101011 | 1001100 | 11 | 11010 | 1011101 | 111100 |
Color Harmonies of #F88E3C
Complementary color
Monochromatic Colors of #F88E3C
Black with #F88E3C
Text Example
Text Example
White with #F88E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88E3C; }
p { color: rgb(248,142,60); }
H1.HeaderClassName
{
color: #F88E3C;
}
.AnyTagClassName
{
color: #F88E3C;
}
</style>
background-color css
<style>
a { background-color: #F88E3C; }
a { background-color: rgb(248,142,60); }
div.DivClassName
{
background-color: #F88E3C;
}
.BgClassName
{
background-color: #F88E3C;
}
</style>
border-color css
<style>
span { border-color: #F88E3C; }
span { border-color: rgb(248,142,60); }
td.TdClassName
{
border-color: #F88E3C;
}
.TagClassName
{
border-color: #F88E3C;
}
</style>