Shades of Sun #F9863C
Tints of Sun #F9863C
RGB
CMYK
RGB Variations
Color information
#F9863C (or 0xF9863C) is known color: Sun. HEX triplet: F9, 86 and 3C. RGB value is (249,134,60). Sum of RGB (Red+Green+Blue) = 249+134+60=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F9863C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9863C is #0679C3. Grayscale: #A0A0A0. Windows color (decimal): -424388 or 3966713. OLE color: 3966713.
HSL color Cylindrical-coordinate representation of color #F9863C: hue angle of 23.49º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9863C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 60 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.02 |
| HSL | 23.49º | 0.94% | 0.61% | - |
| HSV(B) | 23.49º | 0.76% | 0.98% | - |
| XYZ | 48.41 | 37.52 | 8.96 | - |
| YUV | 159.95 | 71.6 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 60 | 0 | 0.46 | 0.76 | 0.02 | 23.49 | 0.94 | 0.61 |
| Hex | F9 | 86 | 3C | 0 | 2E | 4C | 2 | 17 | 5E | 3D |
| Octal | 371 | 206 | 74 | 0 | 56 | 114 | 2 | 27 | 136 | 75 |
| Binary | 11111001 | 10000110 | 111100 | 0 | 101110 | 1001100 | 10 | 10111 | 1011110 | 111101 |
Color Harmonies of #F9863C
Complementary color
Monochromatic Colors of #F9863C
Black with #F9863C
Text Example
Text Example
White with #F9863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9863C; }
p { color: rgb(249,134,60); }
H1.HeaderClassName
{
color: #F9863C;
}
.AnyTagClassName
{
color: #F9863C;
}
</style>
background-color css
<style>
a { background-color: #F9863C; }
a { background-color: rgb(249,134,60); }
div.DivClassName
{
background-color: #F9863C;
}
.BgClassName
{
background-color: #F9863C;
}
</style>
border-color css
<style>
span { border-color: #F9863C; }
span { border-color: rgb(249,134,60); }
td.TdClassName
{
border-color: #F9863C;
}
.TagClassName
{
border-color: #F9863C;
}
</style>