Shades of Sun #FD852F
Tints of Sun #FD852F
RGB
CMYK
RGB Variations
Color information
#FD852F (or 0xFD852F) is known color: Sun. HEX triplet: FD, 85 and 2F. RGB value is (253,133,47). Sum of RGB (Red+Green+Blue) = 253+133+47=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD852F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD852F is #027AD0. Grayscale: #9F9F9F. Windows color (decimal): -162513 or 3114493. OLE color: 3114493.
HSL color Cylindrical-coordinate representation of color #FD852F: hue angle of 25.05º 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 #FD852F is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 47 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.01 |
| HSL | 25.05º | 0.98% | 0.59% | - |
| HSV(B) | 25.05º | 0.81% | 0.99% | - |
| XYZ | 49.41 | 37.86 | 7.39 | - |
| YUV | 159.08 | 64.76 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 47 | 0 | 0.47 | 0.81 | 0.01 | 25.05 | 0.98 | 0.59 |
| Hex | FD | 85 | 2F | 0 | 2F | 51 | 1 | 19 | 62 | 3B |
| Octal | 375 | 205 | 57 | 0 | 57 | 121 | 1 | 31 | 142 | 73 |
| Binary | 11111101 | 10000101 | 101111 | 0 | 101111 | 1010001 | 1 | 11001 | 1100010 | 111011 |
Color Harmonies of #FD852F
Complementary color
Monochromatic Colors of #FD852F
Black with #FD852F
Text Example
Text Example
White with #FD852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD852F; }
p { color: rgb(253,133,47); }
H1.HeaderClassName
{
color: #FD852F;
}
.AnyTagClassName
{
color: #FD852F;
}
</style>
background-color css
<style>
a { background-color: #FD852F; }
a { background-color: rgb(253,133,47); }
div.DivClassName
{
background-color: #FD852F;
}
.BgClassName
{
background-color: #FD852F;
}
</style>
border-color css
<style>
span { border-color: #FD852F; }
span { border-color: rgb(253,133,47); }
td.TdClassName
{
border-color: #FD852F;
}
.TagClassName
{
border-color: #FD852F;
}
</style>