Shades of Sun #FF862F
Tints of Sun #FF862F
RGB
CMYK
RGB Variations
Color information
#FF862F (or 0xFF862F) is known color: Sun. HEX triplet: FF, 86 and 2F. RGB value is (255,134,47). Sum of RGB (Red+Green+Blue) = 255+134+47=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF862F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF862F is #0079D0. Grayscale: #A0A0A0. Windows color (decimal): -31185 or 3114751. OLE color: 3114751.
HSL color Cylindrical-coordinate representation of color #FF862F: hue angle of 25.1º 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 #FF862F is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 47 | - |
| CMYK | 0 | 0.47 | 0.82 | 0 |
| HSL | 25.1º | 1% | 0.59% | - |
| HSV(B) | 25.1º | 0.82% | 1% | - |
| XYZ | 50.28 | 38.52 | 7.47 | - |
| YUV | 160.26 | 64.09 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 47 | 0 | 0.47 | 0.82 | 0 | 25.1 | 1 | 0.59 |
| Hex | FF | 86 | 2F | 0 | 2F | 52 | 0 | 19 | 64 | 3B |
| Octal | 377 | 206 | 57 | 0 | 57 | 122 | 0 | 31 | 144 | 73 |
| Binary | 11111111 | 10000110 | 101111 | 0 | 101111 | 1010010 | 0 | 11001 | 1100100 | 111011 |
Color Harmonies of #FF862F
Complementary color
Monochromatic Colors of #FF862F
Black with #FF862F
Text Example
Text Example
White with #FF862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF862F; }
p { color: rgb(255,134,47); }
H1.HeaderClassName
{
color: #FF862F;
}
.AnyTagClassName
{
color: #FF862F;
}
</style>
background-color css
<style>
a { background-color: #FF862F; }
a { background-color: rgb(255,134,47); }
div.DivClassName
{
background-color: #FF862F;
}
.BgClassName
{
background-color: #FF862F;
}
</style>
border-color css
<style>
span { border-color: #FF862F; }
span { border-color: rgb(255,134,47); }
td.TdClassName
{
border-color: #FF862F;
}
.TagClassName
{
border-color: #FF862F;
}
</style>