Shades of Sun #F9852D
Tints of Sun #F9852D
RGB
CMYK
RGB Variations
Color information
#F9852D (or 0xF9852D) is known color: Sun. HEX triplet: F9, 85 and 2D. RGB value is (249,133,45). Sum of RGB (Red+Green+Blue) = 249+133+45=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F9852D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9852D is #067AD2. Grayscale: #9E9E9E. Windows color (decimal): -424659 or 2983417. OLE color: 2983417.
HSL color Cylindrical-coordinate representation of color #F9852D: hue angle of 25.88º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9852D is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 45 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.02 |
| HSL | 25.88º | 0.94% | 0.58% | - |
| HSV(B) | 25.88º | 0.82% | 0.98% | - |
| XYZ | 47.93 | 37.1 | 7.12 | - |
| YUV | 157.65 | 64.43 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 45 | 0 | 0.47 | 0.82 | 0.02 | 25.88 | 0.94 | 0.58 |
| Hex | F9 | 85 | 2D | 0 | 2F | 52 | 2 | 1A | 5E | 3A |
| Octal | 371 | 205 | 55 | 0 | 57 | 122 | 2 | 32 | 136 | 72 |
| Binary | 11111001 | 10000101 | 101101 | 0 | 101111 | 1010010 | 10 | 11010 | 1011110 | 111010 |
Color Harmonies of #F9852D
Complementary color
Monochromatic Colors of #F9852D
Black with #F9852D
Text Example
Text Example
White with #F9852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9852D; }
p { color: rgb(249,133,45); }
H1.HeaderClassName
{
color: #F9852D;
}
.AnyTagClassName
{
color: #F9852D;
}
</style>
background-color css
<style>
a { background-color: #F9852D; }
a { background-color: rgb(249,133,45); }
div.DivClassName
{
background-color: #F9852D;
}
.BgClassName
{
background-color: #F9852D;
}
</style>
border-color css
<style>
span { border-color: #F9852D; }
span { border-color: rgb(249,133,45); }
td.TdClassName
{
border-color: #F9852D;
}
.TagClassName
{
border-color: #F9852D;
}
</style>