Shades of Sun #F8913E
Tints of Sun #F8913E
RGB
CMYK
RGB Variations
Color information
#F8913E (or 0xF8913E) is known color: Sun. HEX triplet: F8, 91 and 3E. RGB value is (248,145,62). Sum of RGB (Red+Green+Blue) = 248+145+62=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8913E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8913E is #076EC1. Grayscale: #A6A6A6. Windows color (decimal): -487106 or 4100600. OLE color: 4100600.
HSL color Cylindrical-coordinate representation of color #F8913E: hue angle of 26.77º 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 #F8913E is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 62 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.03 |
| HSL | 26.77º | 0.93% | 0.61% | - |
| HSV(B) | 26.77º | 0.75% | 0.97% | - |
| XYZ | 49.71 | 40.56 | 9.77 | - |
| YUV | 166.34 | 69.12 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 62 | 0 | 0.42 | 0.75 | 0.03 | 26.77 | 0.93 | 0.61 |
| Hex | F8 | 91 | 3E | 0 | 2A | 4B | 3 | 1B | 5D | 3D |
| Octal | 370 | 221 | 76 | 0 | 52 | 113 | 3 | 33 | 135 | 75 |
| Binary | 11111000 | 10010001 | 111110 | 0 | 101010 | 1001011 | 11 | 11011 | 1011101 | 111101 |
Color Harmonies of #F8913E
Complementary color
Monochromatic Colors of #F8913E
Black with #F8913E
Text Example
Text Example
White with #F8913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8913E; }
p { color: rgb(248,145,62); }
H1.HeaderClassName
{
color: #F8913E;
}
.AnyTagClassName
{
color: #F8913E;
}
</style>
background-color css
<style>
a { background-color: #F8913E; }
a { background-color: rgb(248,145,62); }
div.DivClassName
{
background-color: #F8913E;
}
.BgClassName
{
background-color: #F8913E;
}
</style>
border-color css
<style>
span { border-color: #F8913E; }
span { border-color: rgb(248,145,62); }
td.TdClassName
{
border-color: #F8913E;
}
.TagClassName
{
border-color: #F8913E;
}
</style>