Shades of Sun #FD842D
Tints of Sun #FD842D
RGB
CMYK
RGB Variations
Color information
#FD842D (or 0xFD842D) is known color: Sun. HEX triplet: FD, 84 and 2D. RGB value is (253,132,45). Sum of RGB (Red+Green+Blue) = 253+132+45=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD842D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD842D is #027BD2. Grayscale: #9E9E9E. Windows color (decimal): -162771 or 2983165. OLE color: 2983165.
HSL color Cylindrical-coordinate representation of color #FD842D: hue angle of 25.1º 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 #FD842D is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 132 | 45 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.01 |
| HSL | 25.1º | 0.98% | 0.58% | - |
| HSV(B) | 25.1º | 0.82% | 0.99% | - |
| XYZ | 49.23 | 37.57 | 7.14 | - |
| YUV | 158.26 | 64.09 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 132 | 45 | 0 | 0.48 | 0.82 | 0.01 | 25.1 | 0.98 | 0.58 |
| Hex | FD | 84 | 2D | 0 | 30 | 52 | 1 | 19 | 62 | 3A |
| Octal | 375 | 204 | 55 | 0 | 60 | 122 | 1 | 31 | 142 | 72 |
| Binary | 11111101 | 10000100 | 101101 | 0 | 110000 | 1010010 | 1 | 11001 | 1100010 | 111010 |
Color Harmonies of #FD842D
Complementary color
Monochromatic Colors of #FD842D
Black with #FD842D
Text Example
Text Example
White with #FD842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD842D; }
p { color: rgb(253,132,45); }
H1.HeaderClassName
{
color: #FD842D;
}
.AnyTagClassName
{
color: #FD842D;
}
</style>
background-color css
<style>
a { background-color: #FD842D; }
a { background-color: rgb(253,132,45); }
div.DivClassName
{
background-color: #FD842D;
}
.BgClassName
{
background-color: #FD842D;
}
</style>
border-color css
<style>
span { border-color: #FD842D; }
span { border-color: rgb(253,132,45); }
td.TdClassName
{
border-color: #FD842D;
}
.TagClassName
{
border-color: #FD842D;
}
</style>