Shades of Sun #FF8536
Tints of Sun #FF8536
RGB
CMYK
RGB Variations
Color information
#FF8536 (or 0xFF8536) is known color: Sun. HEX triplet: FF, 85 and 36. RGB value is (255,133,54). Sum of RGB (Red+Green+Blue) = 255+133+54=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8536 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8536 is #007AC9. Grayscale: #A0A0A0. Windows color (decimal): -31434 or 3573247. OLE color: 3573247.
HSL color Cylindrical-coordinate representation of color #FF8536: hue angle of 23.58º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF8536 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 54 | - |
| CMYK | 0 | 0.48 | 0.79 | 0 |
| HSL | 23.58º | 1% | 0.61% | - |
| HSV(B) | 23.58º | 0.79% | 1% | - |
| XYZ | 50.29 | 38.3 | 8.23 | - |
| YUV | 160.47 | 67.92 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 54 | 0 | 0.48 | 0.79 | 0 | 23.58 | 1 | 0.61 |
| Hex | FF | 85 | 36 | 0 | 30 | 4F | 0 | 18 | 64 | 3D |
| Octal | 377 | 205 | 66 | 0 | 60 | 117 | 0 | 30 | 144 | 75 |
| Binary | 11111111 | 10000101 | 110110 | 0 | 110000 | 1001111 | 0 | 11000 | 1100100 | 111101 |
Color Harmonies of #FF8536
Complementary color
Monochromatic Colors of #FF8536
Black with #FF8536
Text Example
Text Example
White with #FF8536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8536; }
p { color: rgb(255,133,54); }
H1.HeaderClassName
{
color: #FF8536;
}
.AnyTagClassName
{
color: #FF8536;
}
</style>
background-color css
<style>
a { background-color: #FF8536; }
a { background-color: rgb(255,133,54); }
div.DivClassName
{
background-color: #FF8536;
}
.BgClassName
{
background-color: #FF8536;
}
</style>
border-color css
<style>
span { border-color: #FF8536; }
span { border-color: rgb(255,133,54); }
td.TdClassName
{
border-color: #FF8536;
}
.TagClassName
{
border-color: #FF8536;
}
</style>