Shades of Sun #FD872F
Tints of Sun #FD872F
RGB
CMYK
RGB Variations
Color information
#FD872F (or 0xFD872F) is known color: Sun. HEX triplet: FD, 87 and 2F. RGB value is (253,135,47). Sum of RGB (Red+Green+Blue) = 253+135+47=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD872F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD872F is #0278D0. Grayscale: #A0A0A0. Windows color (decimal): -162001 or 3115005. OLE color: 3115005.
HSL color Cylindrical-coordinate representation of color #FD872F: hue angle of 25.63º 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 #FD872F is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 135 | 47 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.01 |
| HSL | 25.63º | 0.98% | 0.59% | - |
| HSV(B) | 25.63º | 0.81% | 0.99% | - |
| XYZ | 49.69 | 38.42 | 7.49 | - |
| YUV | 160.25 | 64.09 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 135 | 47 | 0 | 0.47 | 0.81 | 0.01 | 25.63 | 0.98 | 0.59 |
| Hex | FD | 87 | 2F | 0 | 2F | 51 | 1 | 1A | 62 | 3B |
| Octal | 375 | 207 | 57 | 0 | 57 | 121 | 1 | 32 | 142 | 73 |
| Binary | 11111101 | 10000111 | 101111 | 0 | 101111 | 1010001 | 1 | 11010 | 1100010 | 111011 |
Color Harmonies of #FD872F
Complementary color
Monochromatic Colors of #FD872F
Black with #FD872F
Text Example
Text Example
White with #FD872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD872F; }
p { color: rgb(253,135,47); }
H1.HeaderClassName
{
color: #FD872F;
}
.AnyTagClassName
{
color: #FD872F;
}
</style>
background-color css
<style>
a { background-color: #FD872F; }
a { background-color: rgb(253,135,47); }
div.DivClassName
{
background-color: #FD872F;
}
.BgClassName
{
background-color: #FD872F;
}
</style>
border-color css
<style>
span { border-color: #FD872F; }
span { border-color: rgb(253,135,47); }
td.TdClassName
{
border-color: #FD872F;
}
.TagClassName
{
border-color: #FD872F;
}
</style>