Shades of Sun #FD872E
Tints of Sun #FD872E
RGB
CMYK
RGB Variations
Color information
#FD872E (or 0xFD872E) is known color: Sun. HEX triplet: FD, 87 and 2E. RGB value is (253,135,46). Sum of RGB (Red+Green+Blue) = 253+135+46=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD872E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD872E is #0278D1. Grayscale: #A0A0A0. Windows color (decimal): -162002 or 3049469. OLE color: 3049469.
HSL color Cylindrical-coordinate representation of color #FD872E: hue angle of 25.8º 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 #FD872E is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 135 | 46 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.01 |
| HSL | 25.8º | 0.98% | 0.59% | - |
| HSV(B) | 25.8º | 0.82% | 0.99% | - |
| XYZ | 49.67 | 38.41 | 7.38 | - |
| YUV | 160.14 | 63.59 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 135 | 46 | 0 | 0.47 | 0.82 | 0.01 | 25.8 | 0.98 | 0.59 |
| Hex | FD | 87 | 2E | 0 | 2F | 52 | 1 | 1A | 62 | 3B |
| Octal | 375 | 207 | 56 | 0 | 57 | 122 | 1 | 32 | 142 | 73 |
| Binary | 11111101 | 10000111 | 101110 | 0 | 101111 | 1010010 | 1 | 11010 | 1100010 | 111011 |
Color Harmonies of #FD872E
Complementary color
Monochromatic Colors of #FD872E
Black with #FD872E
Text Example
Text Example
White with #FD872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD872E; }
p { color: rgb(253,135,46); }
H1.HeaderClassName
{
color: #FD872E;
}
.AnyTagClassName
{
color: #FD872E;
}
</style>
background-color css
<style>
a { background-color: #FD872E; }
a { background-color: rgb(253,135,46); }
div.DivClassName
{
background-color: #FD872E;
}
.BgClassName
{
background-color: #FD872E;
}
</style>
border-color css
<style>
span { border-color: #FD872E; }
span { border-color: rgb(253,135,46); }
td.TdClassName
{
border-color: #FD872E;
}
.TagClassName
{
border-color: #FD872E;
}
</style>