Shades of Sun #FD882F
Tints of Sun #FD882F
RGB
CMYK
RGB Variations
Color information
#FD882F (or 0xFD882F) is known color: Sun. HEX triplet: FD, 88 and 2F. RGB value is (253,136,47). Sum of RGB (Red+Green+Blue) = 253+136+47=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD882F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD882F is #0277D0. Grayscale: #A1A1A1. Windows color (decimal): -161745 or 3115261. OLE color: 3115261.
HSL color Cylindrical-coordinate representation of color #FD882F: hue angle of 25.92º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD882F is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 47 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.01 |
| HSL | 25.92º | 0.98% | 0.59% | - |
| HSV(B) | 25.92º | 0.81% | 0.99% | - |
| XYZ | 49.83 | 38.7 | 7.53 | - |
| YUV | 160.84 | 63.76 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 47 | 0 | 0.46 | 0.81 | 0.01 | 25.92 | 0.98 | 0.59 |
| Hex | FD | 88 | 2F | 0 | 2E | 51 | 1 | 1A | 62 | 3B |
| Octal | 375 | 210 | 57 | 0 | 56 | 121 | 1 | 32 | 142 | 73 |
| Binary | 11111101 | 10001000 | 101111 | 0 | 101110 | 1010001 | 1 | 11010 | 1100010 | 111011 |
Color Harmonies of #FD882F
Complementary color
Monochromatic Colors of #FD882F
Black with #FD882F
Text Example
Text Example
White with #FD882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD882F; }
p { color: rgb(253,136,47); }
H1.HeaderClassName
{
color: #FD882F;
}
.AnyTagClassName
{
color: #FD882F;
}
</style>
background-color css
<style>
a { background-color: #FD882F; }
a { background-color: rgb(253,136,47); }
div.DivClassName
{
background-color: #FD882F;
}
.BgClassName
{
background-color: #FD882F;
}
</style>
border-color css
<style>
span { border-color: #FD882F; }
span { border-color: rgb(253,136,47); }
td.TdClassName
{
border-color: #FD882F;
}
.TagClassName
{
border-color: #FD882F;
}
</style>