Shades of Sun #FD853D
Tints of Sun #FD853D
RGB
CMYK
RGB Variations
Color information
#FD853D (or 0xFD853D) is known color: Sun. HEX triplet: FD, 85 and 3D. RGB value is (253,133,61). Sum of RGB (Red+Green+Blue) = 253+133+61=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD853D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD853D is #027AC2. Grayscale: #A1A1A1. Windows color (decimal): -162499 or 4031997. OLE color: 4031997.
HSL color Cylindrical-coordinate representation of color #FD853D: hue angle of 22.5º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD853D is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 61 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.01 |
| HSL | 22.5º | 0.98% | 0.62% | - |
| HSV(B) | 22.5º | 0.76% | 0.99% | - |
| XYZ | 49.74 | 37.99 | 9.13 | - |
| YUV | 160.67 | 71.76 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 61 | 0 | 0.47 | 0.76 | 0.01 | 22.5 | 0.98 | 0.62 |
| Hex | FD | 85 | 3D | 0 | 2F | 4C | 1 | 16 | 62 | 3E |
| Octal | 375 | 205 | 75 | 0 | 57 | 114 | 1 | 26 | 142 | 76 |
| Binary | 11111101 | 10000101 | 111101 | 0 | 101111 | 1001100 | 1 | 10110 | 1100010 | 111110 |
Color Harmonies of #FD853D
Complementary color
Monochromatic Colors of #FD853D
Black with #FD853D
Text Example
Text Example
White with #FD853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD853D; }
p { color: rgb(253,133,61); }
H1.HeaderClassName
{
color: #FD853D;
}
.AnyTagClassName
{
color: #FD853D;
}
</style>
background-color css
<style>
a { background-color: #FD853D; }
a { background-color: rgb(253,133,61); }
div.DivClassName
{
background-color: #FD853D;
}
.BgClassName
{
background-color: #FD853D;
}
</style>
border-color css
<style>
span { border-color: #FD853D; }
span { border-color: rgb(253,133,61); }
td.TdClassName
{
border-color: #FD853D;
}
.TagClassName
{
border-color: #FD853D;
}
</style>