Shades of Sun #F8843C
Tints of Sun #F8843C
RGB
CMYK
RGB Variations
Color information
#F8843C (or 0xF8843C) is known color: Sun. HEX triplet: F8, 84 and 3C. RGB value is (248,132,60). Sum of RGB (Red+Green+Blue) = 248+132+60=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8843C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8843C is #077BC3. Grayscale: #9E9E9E. Windows color (decimal): -490436 or 3966200. OLE color: 3966200.
HSL color Cylindrical-coordinate representation of color #F8843C: hue angle of 22.98º 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 #F8843C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 60 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.03 |
| HSL | 22.98º | 0.93% | 0.6% | - |
| HSV(B) | 22.98º | 0.76% | 0.97% | - |
| XYZ | 47.78 | 36.79 | 8.86 | - |
| YUV | 158.48 | 72.43 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 60 | 0 | 0.47 | 0.76 | 0.03 | 22.98 | 0.93 | 0.6 |
| Hex | F8 | 84 | 3C | 0 | 2F | 4C | 3 | 17 | 5D | 3C |
| Octal | 370 | 204 | 74 | 0 | 57 | 114 | 3 | 27 | 135 | 74 |
| Binary | 11111000 | 10000100 | 111100 | 0 | 101111 | 1001100 | 11 | 10111 | 1011101 | 111100 |
Color Harmonies of #F8843C
Complementary color
Monochromatic Colors of #F8843C
Black with #F8843C
Text Example
Text Example
White with #F8843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8843C; }
p { color: rgb(248,132,60); }
H1.HeaderClassName
{
color: #F8843C;
}
.AnyTagClassName
{
color: #F8843C;
}
</style>
background-color css
<style>
a { background-color: #F8843C; }
a { background-color: rgb(248,132,60); }
div.DivClassName
{
background-color: #F8843C;
}
.BgClassName
{
background-color: #F8843C;
}
</style>
border-color css
<style>
span { border-color: #F8843C; }
span { border-color: rgb(248,132,60); }
td.TdClassName
{
border-color: #F8843C;
}
.TagClassName
{
border-color: #F8843C;
}
</style>