Shades of Sun #F9882D
Tints of Sun #F9882D
RGB
CMYK
RGB Variations
Color information
#F9882D (or 0xF9882D) is known color: Sun. HEX triplet: F9, 88 and 2D. RGB value is (249,136,45). Sum of RGB (Red+Green+Blue) = 249+136+45=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F9882D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9882D is #0677D2. Grayscale: #9F9F9F. Windows color (decimal): -423891 or 2984185. OLE color: 2984185.
HSL color Cylindrical-coordinate representation of color #F9882D: hue angle of 26.76º 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 #F9882D is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 45 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.02 |
| HSL | 26.76º | 0.94% | 0.58% | - |
| HSV(B) | 26.76º | 0.82% | 0.98% | - |
| XYZ | 48.34 | 37.94 | 7.26 | - |
| YUV | 159.41 | 63.44 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 45 | 0 | 0.45 | 0.82 | 0.02 | 26.76 | 0.94 | 0.58 |
| Hex | F9 | 88 | 2D | 0 | 2D | 52 | 2 | 1B | 5E | 3A |
| Octal | 371 | 210 | 55 | 0 | 55 | 122 | 2 | 33 | 136 | 72 |
| Binary | 11111001 | 10001000 | 101101 | 0 | 101101 | 1010010 | 10 | 11011 | 1011110 | 111010 |
Color Harmonies of #F9882D
Complementary color
Monochromatic Colors of #F9882D
Black with #F9882D
Text Example
Text Example
White with #F9882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9882D; }
p { color: rgb(249,136,45); }
H1.HeaderClassName
{
color: #F9882D;
}
.AnyTagClassName
{
color: #F9882D;
}
</style>
background-color css
<style>
a { background-color: #F9882D; }
a { background-color: rgb(249,136,45); }
div.DivClassName
{
background-color: #F9882D;
}
.BgClassName
{
background-color: #F9882D;
}
</style>
border-color css
<style>
span { border-color: #F9882D; }
span { border-color: rgb(249,136,45); }
td.TdClassName
{
border-color: #F9882D;
}
.TagClassName
{
border-color: #F9882D;
}
</style>