Shades of Sun #FD852D
Tints of Sun #FD852D
RGB
CMYK
RGB Variations
Color information
#FD852D (or 0xFD852D) is known color: Sun. HEX triplet: FD, 85 and 2D. RGB value is (253,133,45). Sum of RGB (Red+Green+Blue) = 253+133+45=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD852D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD852D is #027AD2. Grayscale: #9F9F9F. Windows color (decimal): -162515 or 2983421. OLE color: 2983421.
HSL color Cylindrical-coordinate representation of color #FD852D: hue angle of 25.38º 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 #FD852D is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 45 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.01 |
| HSL | 25.38º | 0.98% | 0.58% | - |
| HSV(B) | 25.38º | 0.82% | 0.99% | - |
| XYZ | 49.37 | 37.85 | 7.19 | - |
| YUV | 158.85 | 63.76 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 45 | 0 | 0.47 | 0.82 | 0.01 | 25.38 | 0.98 | 0.58 |
| Hex | FD | 85 | 2D | 0 | 2F | 52 | 1 | 19 | 62 | 3A |
| Octal | 375 | 205 | 55 | 0 | 57 | 122 | 1 | 31 | 142 | 72 |
| Binary | 11111101 | 10000101 | 101101 | 0 | 101111 | 1010010 | 1 | 11001 | 1100010 | 111010 |
Color Harmonies of #FD852D
Complementary color
Monochromatic Colors of #FD852D
Black with #FD852D
Text Example
Text Example
White with #FD852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD852D; }
p { color: rgb(253,133,45); }
H1.HeaderClassName
{
color: #FD852D;
}
.AnyTagClassName
{
color: #FD852D;
}
</style>
background-color css
<style>
a { background-color: #FD852D; }
a { background-color: rgb(253,133,45); }
div.DivClassName
{
background-color: #FD852D;
}
.BgClassName
{
background-color: #FD852D;
}
</style>
border-color css
<style>
span { border-color: #FD852D; }
span { border-color: rgb(253,133,45); }
td.TdClassName
{
border-color: #FD852D;
}
.TagClassName
{
border-color: #FD852D;
}
</style>