Shades of Sun #FF853C
Tints of Sun #FF853C
RGB
CMYK
RGB Variations
Color information
#FF853C (or 0xFF853C) is known color: Sun. HEX triplet: FF, 85 and 3C. RGB value is (255,133,60). Sum of RGB (Red+Green+Blue) = 255+133+60=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF853C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF853C is #007AC3. Grayscale: #A1A1A1. Windows color (decimal): -31428 or 3966463. OLE color: 3966463.
HSL color Cylindrical-coordinate representation of color #FF853C: hue angle of 22.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF853C is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 60 | - |
| CMYK | 0 | 0.48 | 0.76 | 0 |
| HSL | 22.46º | 1% | 0.62% | - |
| HSV(B) | 22.46º | 0.76% | 1% | - |
| XYZ | 50.44 | 38.36 | 9.02 | - |
| YUV | 161.16 | 70.92 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 60 | 0 | 0.48 | 0.76 | 0 | 22.46 | 1 | 0.62 |
| Hex | FF | 85 | 3C | 0 | 30 | 4C | 0 | 16 | 64 | 3E |
| Octal | 377 | 205 | 74 | 0 | 60 | 114 | 0 | 26 | 144 | 76 |
| Binary | 11111111 | 10000101 | 111100 | 0 | 110000 | 1001100 | 0 | 10110 | 1100100 | 111110 |
Color Harmonies of #FF853C
Complementary color
Monochromatic Colors of #FF853C
Black with #FF853C
Text Example
Text Example
White with #FF853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF853C; }
p { color: rgb(255,133,60); }
H1.HeaderClassName
{
color: #FF853C;
}
.AnyTagClassName
{
color: #FF853C;
}
</style>
background-color css
<style>
a { background-color: #FF853C; }
a { background-color: rgb(255,133,60); }
div.DivClassName
{
background-color: #FF853C;
}
.BgClassName
{
background-color: #FF853C;
}
</style>
border-color css
<style>
span { border-color: #FF853C; }
span { border-color: rgb(255,133,60); }
td.TdClassName
{
border-color: #FF853C;
}
.TagClassName
{
border-color: #FF853C;
}
</style>