Shades of Sun #FD872D
Tints of Sun #FD872D
RGB
CMYK
RGB Variations
Color information
#FD872D (or 0xFD872D) is known color: Sun. HEX triplet: FD, 87 and 2D. RGB value is (253,135,45). Sum of RGB (Red+Green+Blue) = 253+135+45=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD872D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD872D is #0278D2. Grayscale: #A0A0A0. Windows color (decimal): -162003 or 2983933. OLE color: 2983933.
HSL color Cylindrical-coordinate representation of color #FD872D: hue angle of 25.96º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD872D is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 135 | 45 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.01 |
| HSL | 25.96º | 0.98% | 0.58% | - |
| HSV(B) | 25.96º | 0.82% | 0.99% | - |
| XYZ | 49.65 | 38.4 | 7.28 | - |
| YUV | 160.02 | 63.09 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 135 | 45 | 0 | 0.47 | 0.82 | 0.01 | 25.96 | 0.98 | 0.58 |
| Hex | FD | 87 | 2D | 0 | 2F | 52 | 1 | 1A | 62 | 3A |
| Octal | 375 | 207 | 55 | 0 | 57 | 122 | 1 | 32 | 142 | 72 |
| Binary | 11111101 | 10000111 | 101101 | 0 | 101111 | 1010010 | 1 | 11010 | 1100010 | 111010 |
Color Harmonies of #FD872D
Complementary color
Monochromatic Colors of #FD872D
Black with #FD872D
Text Example
Text Example
White with #FD872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD872D; }
p { color: rgb(253,135,45); }
H1.HeaderClassName
{
color: #FD872D;
}
.AnyTagClassName
{
color: #FD872D;
}
</style>
background-color css
<style>
a { background-color: #FD872D; }
a { background-color: rgb(253,135,45); }
div.DivClassName
{
background-color: #FD872D;
}
.BgClassName
{
background-color: #FD872D;
}
</style>
border-color css
<style>
span { border-color: #FD872D; }
span { border-color: rgb(253,135,45); }
td.TdClassName
{
border-color: #FD872D;
}
.TagClassName
{
border-color: #FD872D;
}
</style>