Shades of Sun #F9822D
Tints of Sun #F9822D
RGB
CMYK
RGB Variations
Color information
#F9822D (or 0xF9822D) is known color: Sun. HEX triplet: F9, 82 and 2D. RGB value is (249,130,45). Sum of RGB (Red+Green+Blue) = 249+130+45=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F9822D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9822D is #067DD2. Grayscale: #9C9C9C. Windows color (decimal): -425427 or 2982649. OLE color: 2982649.
HSL color Cylindrical-coordinate representation of color #F9822D: hue angle of 25º 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 #F9822D is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 45 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.02 |
| HSL | 25º | 0.94% | 0.58% | - |
| HSV(B) | 25º | 0.82% | 0.98% | - |
| XYZ | 47.52 | 36.29 | 6.98 | - |
| YUV | 155.89 | 65.42 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 45 | 0 | 0.48 | 0.82 | 0.02 | 25 | 0.94 | 0.58 |
| Hex | F9 | 82 | 2D | 0 | 30 | 52 | 2 | 19 | 5E | 3A |
| Octal | 371 | 202 | 55 | 0 | 60 | 122 | 2 | 31 | 136 | 72 |
| Binary | 11111001 | 10000010 | 101101 | 0 | 110000 | 1010010 | 10 | 11001 | 1011110 | 111010 |
Color Harmonies of #F9822D
Complementary color
Monochromatic Colors of #F9822D
Black with #F9822D
Text Example
Text Example
White with #F9822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9822D; }
p { color: rgb(249,130,45); }
H1.HeaderClassName
{
color: #F9822D;
}
.AnyTagClassName
{
color: #F9822D;
}
</style>
background-color css
<style>
a { background-color: #F9822D; }
a { background-color: rgb(249,130,45); }
div.DivClassName
{
background-color: #F9822D;
}
.BgClassName
{
background-color: #F9822D;
}
</style>
border-color css
<style>
span { border-color: #F9822D; }
span { border-color: rgb(249,130,45); }
td.TdClassName
{
border-color: #F9822D;
}
.TagClassName
{
border-color: #F9822D;
}
</style>