Shades of Sun #F9872F
Tints of Sun #F9872F
RGB
CMYK
RGB Variations
Color information
#F9872F (or 0xF9872F) is known color: Sun. HEX triplet: F9, 87 and 2F. RGB value is (249,135,47). Sum of RGB (Red+Green+Blue) = 249+135+47=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F9872F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9872F is #0678D0. Grayscale: #9F9F9F. Windows color (decimal): -424145 or 3115001. OLE color: 3115001.
HSL color Cylindrical-coordinate representation of color #F9872F: hue angle of 26.14º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9872F is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 135 | 47 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.02 |
| HSL | 26.14º | 0.94% | 0.58% | - |
| HSV(B) | 26.14º | 0.81% | 0.98% | - |
| XYZ | 48.24 | 37.67 | 7.42 | - |
| YUV | 159.05 | 64.77 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 135 | 47 | 0 | 0.46 | 0.81 | 0.02 | 26.14 | 0.94 | 0.58 |
| Hex | F9 | 87 | 2F | 0 | 2E | 51 | 2 | 1A | 5E | 3A |
| Octal | 371 | 207 | 57 | 0 | 56 | 121 | 2 | 32 | 136 | 72 |
| Binary | 11111001 | 10000111 | 101111 | 0 | 101110 | 1010001 | 10 | 11010 | 1011110 | 111010 |
Color Harmonies of #F9872F
Complementary color
Monochromatic Colors of #F9872F
Black with #F9872F
Text Example
Text Example
White with #F9872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9872F; }
p { color: rgb(249,135,47); }
H1.HeaderClassName
{
color: #F9872F;
}
.AnyTagClassName
{
color: #F9872F;
}
</style>
background-color css
<style>
a { background-color: #F9872F; }
a { background-color: rgb(249,135,47); }
div.DivClassName
{
background-color: #F9872F;
}
.BgClassName
{
background-color: #F9872F;
}
</style>
border-color css
<style>
span { border-color: #F9872F; }
span { border-color: rgb(249,135,47); }
td.TdClassName
{
border-color: #F9872F;
}
.TagClassName
{
border-color: #F9872F;
}
</style>