Shades of Sun #FF842D
Tints of Sun #FF842D
RGB
CMYK
RGB Variations
Color information
#FF842D (or 0xFF842D) is known color: Sun. HEX triplet: FF, 84 and 2D. RGB value is (255,132,45). Sum of RGB (Red+Green+Blue) = 255+132+45=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF842D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF842D is #007BD2. Grayscale: #9F9F9F. Windows color (decimal): -31699 or 2983167. OLE color: 2983167.
HSL color Cylindrical-coordinate representation of color #FF842D: hue angle of 24.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF842D is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 45 | - |
| CMYK | 0 | 0.48 | 0.82 | 0 |
| HSL | 24.86º | 1% | 0.59% | - |
| HSV(B) | 24.86º | 0.82% | 1% | - |
| XYZ | 49.96 | 37.95 | 7.17 | - |
| YUV | 158.86 | 63.75 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 45 | 0 | 0.48 | 0.82 | 0 | 24.86 | 1 | 0.59 |
| Hex | FF | 84 | 2D | 0 | 30 | 52 | 0 | 19 | 64 | 3B |
| Octal | 377 | 204 | 55 | 0 | 60 | 122 | 0 | 31 | 144 | 73 |
| Binary | 11111111 | 10000100 | 101101 | 0 | 110000 | 1010010 | 0 | 11001 | 1100100 | 111011 |
Color Harmonies of #FF842D
Complementary color
Monochromatic Colors of #FF842D
Black with #FF842D
Text Example
Text Example
White with #FF842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF842D; }
p { color: rgb(255,132,45); }
H1.HeaderClassName
{
color: #FF842D;
}
.AnyTagClassName
{
color: #FF842D;
}
</style>
background-color css
<style>
a { background-color: #FF842D; }
a { background-color: rgb(255,132,45); }
div.DivClassName
{
background-color: #FF842D;
}
.BgClassName
{
background-color: #FF842D;
}
</style>
border-color css
<style>
span { border-color: #FF842D; }
span { border-color: rgb(255,132,45); }
td.TdClassName
{
border-color: #FF842D;
}
.TagClassName
{
border-color: #FF842D;
}
</style>