Shades of Sun #FD853C
Tints of Sun #FD853C
RGB
CMYK
RGB Variations
Color information
#FD853C (or 0xFD853C) is known color: Sun. HEX triplet: FD, 85 and 3C. RGB value is (253,133,60). Sum of RGB (Red+Green+Blue) = 253+133+60=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD853C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD853C is #027AC3. Grayscale: #A0A0A0. Windows color (decimal): -162500 or 3966461. OLE color: 3966461.
HSL color Cylindrical-coordinate representation of color #FD853C: hue angle of 22.69º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD853C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 60 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.01 |
| HSL | 22.69º | 0.98% | 0.61% | - |
| HSV(B) | 22.69º | 0.76% | 0.99% | - |
| XYZ | 49.71 | 37.98 | 8.99 | - |
| YUV | 160.56 | 71.26 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 60 | 0 | 0.47 | 0.76 | 0.01 | 22.69 | 0.98 | 0.61 |
| Hex | FD | 85 | 3C | 0 | 2F | 4C | 1 | 17 | 62 | 3D |
| Octal | 375 | 205 | 74 | 0 | 57 | 114 | 1 | 27 | 142 | 75 |
| Binary | 11111101 | 10000101 | 111100 | 0 | 101111 | 1001100 | 1 | 10111 | 1100010 | 111101 |
Color Harmonies of #FD853C
Complementary color
Monochromatic Colors of #FD853C
Black with #FD853C
Text Example
Text Example
White with #FD853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD853C; }
p { color: rgb(253,133,60); }
H1.HeaderClassName
{
color: #FD853C;
}
.AnyTagClassName
{
color: #FD853C;
}
</style>
background-color css
<style>
a { background-color: #FD853C; }
a { background-color: rgb(253,133,60); }
div.DivClassName
{
background-color: #FD853C;
}
.BgClassName
{
background-color: #FD853C;
}
</style>
border-color css
<style>
span { border-color: #FD853C; }
span { border-color: rgb(253,133,60); }
td.TdClassName
{
border-color: #FD853C;
}
.TagClassName
{
border-color: #FD853C;
}
</style>