Shades of Sun #FF852E
Tints of Sun #FF852E
RGB
CMYK
RGB Variations
Color information
#FF852E (or 0xFF852E) is known color: Sun. HEX triplet: FF, 85 and 2E. RGB value is (255,133,46). Sum of RGB (Red+Green+Blue) = 255+133+46=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF852E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF852E is #007AD1. Grayscale: #A0A0A0. Windows color (decimal): -31442 or 3048959. OLE color: 3048959.
HSL color Cylindrical-coordinate representation of color #FF852E: hue angle of 24.98º 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 #FF852E is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 46 | - |
| CMYK | 0 | 0.48 | 0.82 | 0 |
| HSL | 24.98º | 1% | 0.59% | - |
| HSV(B) | 24.98º | 0.82% | 1% | - |
| XYZ | 50.12 | 38.23 | 7.32 | - |
| YUV | 159.56 | 63.92 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 46 | 0 | 0.48 | 0.82 | 0 | 24.98 | 1 | 0.59 |
| Hex | FF | 85 | 2E | 0 | 30 | 52 | 0 | 19 | 64 | 3B |
| Octal | 377 | 205 | 56 | 0 | 60 | 122 | 0 | 31 | 144 | 73 |
| Binary | 11111111 | 10000101 | 101110 | 0 | 110000 | 1010010 | 0 | 11001 | 1100100 | 111011 |
Color Harmonies of #FF852E
Complementary color
Monochromatic Colors of #FF852E
Black with #FF852E
Text Example
Text Example
White with #FF852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF852E; }
p { color: rgb(255,133,46); }
H1.HeaderClassName
{
color: #FF852E;
}
.AnyTagClassName
{
color: #FF852E;
}
</style>
background-color css
<style>
a { background-color: #FF852E; }
a { background-color: rgb(255,133,46); }
div.DivClassName
{
background-color: #FF852E;
}
.BgClassName
{
background-color: #FF852E;
}
</style>
border-color css
<style>
span { border-color: #FF852E; }
span { border-color: rgb(255,133,46); }
td.TdClassName
{
border-color: #FF852E;
}
.TagClassName
{
border-color: #FF852E;
}
</style>