Shades of Sun #F9822C
Tints of Sun #F9822C
RGB
CMYK
RGB Variations
Color information
#F9822C (or 0xF9822C) is known color: Sun. HEX triplet: F9, 82 and 2C. RGB value is (249,130,44). Sum of RGB (Red+Green+Blue) = 249+130+44=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F9822C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9822C is #067DD3. Grayscale: #9C9C9C. Windows color (decimal): -425428 or 2917113. OLE color: 2917113.
HSL color Cylindrical-coordinate representation of color #F9822C: hue angle of 25.17º 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 #F9822C is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 44 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.02 |
| HSL | 25.17º | 0.94% | 0.57% | - |
| HSV(B) | 25.17º | 0.82% | 0.98% | - |
| XYZ | 47.5 | 36.29 | 6.88 | - |
| YUV | 155.78 | 64.92 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 44 | 0 | 0.48 | 0.82 | 0.02 | 25.17 | 0.94 | 0.57 |
| Hex | F9 | 82 | 2C | 0 | 30 | 52 | 2 | 19 | 5E | 39 |
| Octal | 371 | 202 | 54 | 0 | 60 | 122 | 2 | 31 | 136 | 71 |
| Binary | 11111001 | 10000010 | 101100 | 0 | 110000 | 1010010 | 10 | 11001 | 1011110 | 111001 |
Color Harmonies of #F9822C
Complementary color
Monochromatic Colors of #F9822C
Black with #F9822C
Text Example
Text Example
White with #F9822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9822C; }
p { color: rgb(249,130,44); }
H1.HeaderClassName
{
color: #F9822C;
}
.AnyTagClassName
{
color: #F9822C;
}
</style>
background-color css
<style>
a { background-color: #F9822C; }
a { background-color: rgb(249,130,44); }
div.DivClassName
{
background-color: #F9822C;
}
.BgClassName
{
background-color: #F9822C;
}
</style>
border-color css
<style>
span { border-color: #F9822C; }
span { border-color: rgb(249,130,44); }
td.TdClassName
{
border-color: #F9822C;
}
.TagClassName
{
border-color: #F9822C;
}
</style>