Shades of Sun #FF842F
Tints of Sun #FF842F
RGB
CMYK
RGB Variations
Color information
#FF842F (or 0xFF842F) is known color: Sun. HEX triplet: FF, 84 and 2F. RGB value is (255,132,47). Sum of RGB (Red+Green+Blue) = 255+132+47=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF842F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF842F is #007BD0. Grayscale: #9F9F9F. Windows color (decimal): -31697 or 3114239. OLE color: 3114239.
HSL color Cylindrical-coordinate representation of color #FF842F: hue angle of 24.52º 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 #FF842F is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 47 | - |
| CMYK | 0 | 0.48 | 0.82 | 0 |
| HSL | 24.52º | 1% | 0.59% | - |
| HSV(B) | 24.52º | 0.82% | 1% | - |
| XYZ | 50 | 37.97 | 7.38 | - |
| YUV | 159.09 | 64.75 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 47 | 0 | 0.48 | 0.82 | 0 | 24.52 | 1 | 0.59 |
| Hex | FF | 84 | 2F | 0 | 30 | 52 | 0 | 19 | 64 | 3B |
| Octal | 377 | 204 | 57 | 0 | 60 | 122 | 0 | 31 | 144 | 73 |
| Binary | 11111111 | 10000100 | 101111 | 0 | 110000 | 1010010 | 0 | 11001 | 1100100 | 111011 |
Color Harmonies of #FF842F
Complementary color
Monochromatic Colors of #FF842F
Black with #FF842F
Text Example
Text Example
White with #FF842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF842F; }
p { color: rgb(255,132,47); }
H1.HeaderClassName
{
color: #FF842F;
}
.AnyTagClassName
{
color: #FF842F;
}
</style>
background-color css
<style>
a { background-color: #FF842F; }
a { background-color: rgb(255,132,47); }
div.DivClassName
{
background-color: #FF842F;
}
.BgClassName
{
background-color: #FF842F;
}
</style>
border-color css
<style>
span { border-color: #FF842F; }
span { border-color: rgb(255,132,47); }
td.TdClassName
{
border-color: #FF842F;
}
.TagClassName
{
border-color: #FF842F;
}
</style>