Shades of Sun #FD882E
Tints of Sun #FD882E
RGB
CMYK
RGB Variations
Color information
#FD882E (or 0xFD882E) is known color: Sun. HEX triplet: FD, 88 and 2E. RGB value is (253,136,46). Sum of RGB (Red+Green+Blue) = 253+136+46=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD882E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD882E is #0277D1. Grayscale: #A1A1A1. Windows color (decimal): -161746 or 3049725. OLE color: 3049725.
HSL color Cylindrical-coordinate representation of color #FD882E: hue angle of 26.09º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD882E is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 46 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.01 |
| HSL | 26.09º | 0.98% | 0.59% | - |
| HSV(B) | 26.09º | 0.82% | 0.99% | - |
| XYZ | 49.81 | 38.69 | 7.43 | - |
| YUV | 160.72 | 63.26 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 46 | 0 | 0.46 | 0.82 | 0.01 | 26.09 | 0.98 | 0.59 |
| Hex | FD | 88 | 2E | 0 | 2E | 52 | 1 | 1A | 62 | 3B |
| Octal | 375 | 210 | 56 | 0 | 56 | 122 | 1 | 32 | 142 | 73 |
| Binary | 11111101 | 10001000 | 101110 | 0 | 101110 | 1010010 | 1 | 11010 | 1100010 | 111011 |
Color Harmonies of #FD882E
Complementary color
Monochromatic Colors of #FD882E
Black with #FD882E
Text Example
Text Example
White with #FD882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD882E; }
p { color: rgb(253,136,46); }
H1.HeaderClassName
{
color: #FD882E;
}
.AnyTagClassName
{
color: #FD882E;
}
</style>
background-color css
<style>
a { background-color: #FD882E; }
a { background-color: rgb(253,136,46); }
div.DivClassName
{
background-color: #FD882E;
}
.BgClassName
{
background-color: #FD882E;
}
</style>
border-color css
<style>
span { border-color: #FD882E; }
span { border-color: rgb(253,136,46); }
td.TdClassName
{
border-color: #FD882E;
}
.TagClassName
{
border-color: #FD882E;
}
</style>