Shades of Sun #FD872C
Tints of Sun #FD872C
RGB
CMYK
RGB Variations
Color information
#FD872C (or 0xFD872C) is known color: Sun. HEX triplet: FD, 87 and 2C. RGB value is (253,135,44). Sum of RGB (Red+Green+Blue) = 253+135+44=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD872C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD872C is #0278D3. Grayscale: #A0A0A0. Windows color (decimal): -162004 or 2918397. OLE color: 2918397.
HSL color Cylindrical-coordinate representation of color #FD872C: hue angle of 26.12º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD872C is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 135 | 44 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.01 |
| HSL | 26.12º | 0.98% | 0.58% | - |
| HSV(B) | 26.12º | 0.83% | 0.99% | - |
| XYZ | 49.63 | 38.39 | 7.18 | - |
| YUV | 159.91 | 62.59 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 135 | 44 | 0 | 0.47 | 0.83 | 0.01 | 26.12 | 0.98 | 0.58 |
| Hex | FD | 87 | 2C | 0 | 2F | 53 | 1 | 1A | 62 | 3A |
| Octal | 375 | 207 | 54 | 0 | 57 | 123 | 1 | 32 | 142 | 72 |
| Binary | 11111101 | 10000111 | 101100 | 0 | 101111 | 1010011 | 1 | 11010 | 1100010 | 111010 |
Color Harmonies of #FD872C
Complementary color
Monochromatic Colors of #FD872C
Black with #FD872C
Text Example
Text Example
White with #FD872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD872C; }
p { color: rgb(253,135,44); }
H1.HeaderClassName
{
color: #FD872C;
}
.AnyTagClassName
{
color: #FD872C;
}
</style>
background-color css
<style>
a { background-color: #FD872C; }
a { background-color: rgb(253,135,44); }
div.DivClassName
{
background-color: #FD872C;
}
.BgClassName
{
background-color: #FD872C;
}
</style>
border-color css
<style>
span { border-color: #FD872C; }
span { border-color: rgb(253,135,44); }
td.TdClassName
{
border-color: #FD872C;
}
.TagClassName
{
border-color: #FD872C;
}
</style>