Shades of Sun #F88F3C
Tints of Sun #F88F3C
RGB
CMYK
RGB Variations
Color information
#F88F3C (or 0xF88F3C) is known color: Sun. HEX triplet: F8, 8F and 3C. RGB value is (248,143,60). Sum of RGB (Red+Green+Blue) = 248+143+60=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88F3C is #0770C3. Grayscale: #A5A5A5. Windows color (decimal): -487620 or 3969016. OLE color: 3969016.
HSL color Cylindrical-coordinate representation of color #F88F3C: hue angle of 26.49º 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 #F88F3C is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 60 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.03 |
| HSL | 26.49º | 0.93% | 0.6% | - |
| HSV(B) | 26.49º | 0.76% | 0.97% | - |
| XYZ | 49.35 | 39.93 | 9.38 | - |
| YUV | 164.93 | 68.79 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 60 | 0 | 0.42 | 0.76 | 0.03 | 26.49 | 0.93 | 0.6 |
| Hex | F8 | 8F | 3C | 0 | 2A | 4C | 3 | 1A | 5D | 3C |
| Octal | 370 | 217 | 74 | 0 | 52 | 114 | 3 | 32 | 135 | 74 |
| Binary | 11111000 | 10001111 | 111100 | 0 | 101010 | 1001100 | 11 | 11010 | 1011101 | 111100 |
Color Harmonies of #F88F3C
Complementary color
Monochromatic Colors of #F88F3C
Black with #F88F3C
Text Example
Text Example
White with #F88F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88F3C; }
p { color: rgb(248,143,60); }
H1.HeaderClassName
{
color: #F88F3C;
}
.AnyTagClassName
{
color: #F88F3C;
}
</style>
background-color css
<style>
a { background-color: #F88F3C; }
a { background-color: rgb(248,143,60); }
div.DivClassName
{
background-color: #F88F3C;
}
.BgClassName
{
background-color: #F88F3C;
}
</style>
border-color css
<style>
span { border-color: #F88F3C; }
span { border-color: rgb(248,143,60); }
td.TdClassName
{
border-color: #F88F3C;
}
.TagClassName
{
border-color: #F88F3C;
}
</style>