Shades of Sun #F8943C
Tints of Sun #F8943C
RGB
CMYK
RGB Variations
Color information
#F8943C (or 0xF8943C) is known color: Sun. HEX triplet: F8, 94 and 3C. RGB value is (248,148,60). Sum of RGB (Red+Green+Blue) = 248+148+60=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8943C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8943C is #076BC3. Grayscale: #A8A8A8. Windows color (decimal): -486340 or 3970296. OLE color: 3970296.
HSL color Cylindrical-coordinate representation of color #F8943C: hue angle of 28.09º 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 #F8943C is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 60 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.03 |
| HSL | 28.09º | 0.93% | 0.6% | - |
| HSV(B) | 28.09º | 0.76% | 0.97% | - |
| XYZ | 50.12 | 41.46 | 9.64 | - |
| YUV | 167.87 | 67.13 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 60 | 0 | 0.40 | 0.76 | 0.03 | 28.09 | 0.93 | 0.6 |
| Hex | F8 | 94 | 3C | 0 | 28 | 4C | 3 | 1C | 5D | 3C |
| Octal | 370 | 224 | 74 | 0 | 50 | 114 | 3 | 34 | 135 | 74 |
| Binary | 11111000 | 10010100 | 111100 | 0 | 101000 | 1001100 | 11 | 11100 | 1011101 | 111100 |
Color Harmonies of #F8943C
Complementary color
Monochromatic Colors of #F8943C
Black with #F8943C
Text Example
Text Example
White with #F8943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8943C; }
p { color: rgb(248,148,60); }
H1.HeaderClassName
{
color: #F8943C;
}
.AnyTagClassName
{
color: #F8943C;
}
</style>
background-color css
<style>
a { background-color: #F8943C; }
a { background-color: rgb(248,148,60); }
div.DivClassName
{
background-color: #F8943C;
}
.BgClassName
{
background-color: #F8943C;
}
</style>
border-color css
<style>
span { border-color: #F8943C; }
span { border-color: rgb(248,148,60); }
td.TdClassName
{
border-color: #F8943C;
}
.TagClassName
{
border-color: #F8943C;
}
</style>