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