Shades of Sun #F9852C
Tints of Sun #F9852C
RGB
CMYK
RGB Variations
Color information
#F9852C (or 0xF9852C) is known color: Sun. HEX triplet: F9, 85 and 2C. RGB value is (249,133,44). Sum of RGB (Red+Green+Blue) = 249+133+44=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F9852C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9852C is #067AD3. Grayscale: #9E9E9E. Windows color (decimal): -424660 or 2917881. OLE color: 2917881.
HSL color Cylindrical-coordinate representation of color #F9852C: hue angle of 26.05º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9852C is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 44 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.02 |
| HSL | 26.05º | 0.94% | 0.57% | - |
| HSV(B) | 26.05º | 0.82% | 0.98% | - |
| XYZ | 47.91 | 37.1 | 7.02 | - |
| YUV | 157.54 | 63.93 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 44 | 0 | 0.47 | 0.82 | 0.02 | 26.05 | 0.94 | 0.57 |
| Hex | F9 | 85 | 2C | 0 | 2F | 52 | 2 | 1A | 5E | 39 |
| Octal | 371 | 205 | 54 | 0 | 57 | 122 | 2 | 32 | 136 | 71 |
| Binary | 11111001 | 10000101 | 101100 | 0 | 101111 | 1010010 | 10 | 11010 | 1011110 | 111001 |
Color Harmonies of #F9852C
Complementary color
Monochromatic Colors of #F9852C
Black with #F9852C
Text Example
Text Example
White with #F9852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9852C; }
p { color: rgb(249,133,44); }
H1.HeaderClassName
{
color: #F9852C;
}
.AnyTagClassName
{
color: #F9852C;
}
</style>
background-color css
<style>
a { background-color: #F9852C; }
a { background-color: rgb(249,133,44); }
div.DivClassName
{
background-color: #F9852C;
}
.BgClassName
{
background-color: #F9852C;
}
</style>
border-color css
<style>
span { border-color: #F9852C; }
span { border-color: rgb(249,133,44); }
td.TdClassName
{
border-color: #F9852C;
}
.TagClassName
{
border-color: #F9852C;
}
</style>