Shades of Sun #F9842D
Tints of Sun #F9842D
RGB
CMYK
RGB Variations
Color information
#F9842D (or 0xF9842D) is known color: Sun. HEX triplet: F9, 84 and 2D. RGB value is (249,132,45). Sum of RGB (Red+Green+Blue) = 249+132+45=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F9842D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9842D is #067BD2. Grayscale: #9D9D9D. Windows color (decimal): -424915 or 2983161. OLE color: 2983161.
HSL color Cylindrical-coordinate representation of color #F9842D: hue angle of 25.59º 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 #F9842D is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 45 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.02 |
| HSL | 25.59º | 0.94% | 0.58% | - |
| HSV(B) | 25.59º | 0.82% | 0.98% | - |
| XYZ | 47.79 | 36.83 | 7.07 | - |
| YUV | 157.07 | 64.76 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 45 | 0 | 0.47 | 0.82 | 0.02 | 25.59 | 0.94 | 0.58 |
| Hex | F9 | 84 | 2D | 0 | 2F | 52 | 2 | 1A | 5E | 3A |
| Octal | 371 | 204 | 55 | 0 | 57 | 122 | 2 | 32 | 136 | 72 |
| Binary | 11111001 | 10000100 | 101101 | 0 | 101111 | 1010010 | 10 | 11010 | 1011110 | 111010 |
Color Harmonies of #F9842D
Complementary color
Monochromatic Colors of #F9842D
Black with #F9842D
Text Example
Text Example
White with #F9842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9842D; }
p { color: rgb(249,132,45); }
H1.HeaderClassName
{
color: #F9842D;
}
.AnyTagClassName
{
color: #F9842D;
}
</style>
background-color css
<style>
a { background-color: #F9842D; }
a { background-color: rgb(249,132,45); }
div.DivClassName
{
background-color: #F9842D;
}
.BgClassName
{
background-color: #F9842D;
}
</style>
border-color css
<style>
span { border-color: #F9842D; }
span { border-color: rgb(249,132,45); }
td.TdClassName
{
border-color: #F9842D;
}
.TagClassName
{
border-color: #F9842D;
}
</style>