Shades of Sun #F9853D
Tints of Sun #F9853D
RGB
CMYK
RGB Variations
Color information
#F9853D (or 0xF9853D) is known color: Sun. HEX triplet: F9, 85 and 3D. RGB value is (249,133,61). Sum of RGB (Red+Green+Blue) = 249+133+61=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F9853D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9853D is #067AC2. Grayscale: #9F9F9F. Windows color (decimal): -424643 or 4031993. OLE color: 4031993.
HSL color Cylindrical-coordinate representation of color #F9853D: hue angle of 22.98º 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 #F9853D is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 61 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.02 |
| HSL | 22.98º | 0.94% | 0.61% | - |
| HSV(B) | 22.98º | 0.76% | 0.98% | - |
| XYZ | 48.3 | 37.25 | 9.06 | - |
| YUV | 159.48 | 72.43 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 61 | 0 | 0.47 | 0.76 | 0.02 | 22.98 | 0.94 | 0.61 |
| Hex | F9 | 85 | 3D | 0 | 2F | 4C | 2 | 17 | 5E | 3D |
| Octal | 371 | 205 | 75 | 0 | 57 | 114 | 2 | 27 | 136 | 75 |
| Binary | 11111001 | 10000101 | 111101 | 0 | 101111 | 1001100 | 10 | 10111 | 1011110 | 111101 |
Color Harmonies of #F9853D
Complementary color
Monochromatic Colors of #F9853D
Black with #F9853D
Text Example
Text Example
White with #F9853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9853D; }
p { color: rgb(249,133,61); }
H1.HeaderClassName
{
color: #F9853D;
}
.AnyTagClassName
{
color: #F9853D;
}
</style>
background-color css
<style>
a { background-color: #F9853D; }
a { background-color: rgb(249,133,61); }
div.DivClassName
{
background-color: #F9853D;
}
.BgClassName
{
background-color: #F9853D;
}
</style>
border-color css
<style>
span { border-color: #F9853D; }
span { border-color: rgb(249,133,61); }
td.TdClassName
{
border-color: #F9853D;
}
.TagClassName
{
border-color: #F9853D;
}
</style>