Shades of Sun #F8883D
Tints of Sun #F8883D
RGB
CMYK
RGB Variations
Color information
#F8883D (or 0xF8883D) is known color: Sun. HEX triplet: F8, 88 and 3D. RGB value is (248,136,61). Sum of RGB (Red+Green+Blue) = 248+136+61=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F8883D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8883D is #0777C2. Grayscale: #A1A1A1. Windows color (decimal): -489411 or 4032760. OLE color: 4032760.
HSL color Cylindrical-coordinate representation of color #F8883D: hue angle of 24.06º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8883D is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 61 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.03 |
| HSL | 24.06º | 0.93% | 0.61% | - |
| HSV(B) | 24.06º | 0.75% | 0.97% | - |
| XYZ | 48.36 | 37.9 | 9.18 | - |
| YUV | 160.94 | 71.61 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 61 | 0 | 0.45 | 0.75 | 0.03 | 24.06 | 0.93 | 0.61 |
| Hex | F8 | 88 | 3D | 0 | 2D | 4B | 3 | 18 | 5D | 3D |
| Octal | 370 | 210 | 75 | 0 | 55 | 113 | 3 | 30 | 135 | 75 |
| Binary | 11111000 | 10001000 | 111101 | 0 | 101101 | 1001011 | 11 | 11000 | 1011101 | 111101 |
Color Harmonies of #F8883D
Complementary color
Monochromatic Colors of #F8883D
Black with #F8883D
Text Example
Text Example
White with #F8883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8883D; }
p { color: rgb(248,136,61); }
H1.HeaderClassName
{
color: #F8883D;
}
.AnyTagClassName
{
color: #F8883D;
}
</style>
background-color css
<style>
a { background-color: #F8883D; }
a { background-color: rgb(248,136,61); }
div.DivClassName
{
background-color: #F8883D;
}
.BgClassName
{
background-color: #F8883D;
}
</style>
border-color css
<style>
span { border-color: #F8883D; }
span { border-color: rgb(248,136,61); }
td.TdClassName
{
border-color: #F8883D;
}
.TagClassName
{
border-color: #F8883D;
}
</style>