Shades of Sun #F9882A
Tints of Sun #F9882A
RGB
CMYK
RGB Variations
Color information
#F9882A (or 0xF9882A) is known color: Sun. HEX triplet: F9, 88 and 2A. RGB value is (249,136,42). Sum of RGB (Red+Green+Blue) = 249+136+42=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F9882A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9882A is #0677D5. Grayscale: #9F9F9F. Windows color (decimal): -423894 or 2787577. OLE color: 2787577.
HSL color Cylindrical-coordinate representation of color #F9882A: hue angle of 27.25º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9882A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 42 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.02 |
| HSL | 27.25º | 0.95% | 0.57% | - |
| HSV(B) | 27.25º | 0.83% | 0.98% | - |
| XYZ | 48.29 | 37.92 | 6.96 | - |
| YUV | 159.07 | 61.94 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 42 | 0 | 0.45 | 0.83 | 0.02 | 27.25 | 0.95 | 0.57 |
| Hex | F9 | 88 | 2A | 0 | 2D | 53 | 2 | 1B | 5F | 39 |
| Octal | 371 | 210 | 52 | 0 | 55 | 123 | 2 | 33 | 137 | 71 |
| Binary | 11111001 | 10001000 | 101010 | 0 | 101101 | 1010011 | 10 | 11011 | 1011111 | 111001 |
Color Harmonies of #F9882A
Complementary color
Monochromatic Colors of #F9882A
Black with #F9882A
Text Example
Text Example
White with #F9882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9882A; }
p { color: rgb(249,136,42); }
H1.HeaderClassName
{
color: #F9882A;
}
.AnyTagClassName
{
color: #F9882A;
}
</style>
background-color css
<style>
a { background-color: #F9882A; }
a { background-color: rgb(249,136,42); }
div.DivClassName
{
background-color: #F9882A;
}
.BgClassName
{
background-color: #F9882A;
}
</style>
border-color css
<style>
span { border-color: #F9882A; }
span { border-color: rgb(249,136,42); }
td.TdClassName
{
border-color: #F9882A;
}
.TagClassName
{
border-color: #F9882A;
}
</style>