Shades of Sun #FF8534
Tints of Sun #FF8534
RGB
CMYK
RGB Variations
Color information
#FF8534 (or 0xFF8534) is known color: Sun. HEX triplet: FF, 85 and 34. RGB value is (255,133,52). Sum of RGB (Red+Green+Blue) = 255+133+52=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8534 is #007ACB. Grayscale: #A0A0A0. Windows color (decimal): -31436 or 3442175. OLE color: 3442175.
HSL color Cylindrical-coordinate representation of color #FF8534: hue angle of 23.94º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF8534 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 52 | - |
| CMYK | 0 | 0.48 | 0.80 | 0 |
| HSL | 23.94º | 1% | 0.6% | - |
| HSV(B) | 23.94º | 0.8% | 1% | - |
| XYZ | 50.25 | 38.28 | 7.99 | - |
| YUV | 160.24 | 66.92 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 52 | 0 | 0.48 | 0.80 | 0 | 23.94 | 1 | 0.6 |
| Hex | FF | 85 | 34 | 0 | 30 | 50 | 0 | 18 | 64 | 3C |
| Octal | 377 | 205 | 64 | 0 | 60 | 120 | 0 | 30 | 144 | 74 |
| Binary | 11111111 | 10000101 | 110100 | 0 | 110000 | 1010000 | 0 | 11000 | 1100100 | 111100 |
Color Harmonies of #FF8534
Complementary color
Monochromatic Colors of #FF8534
Black with #FF8534
Text Example
Text Example
White with #FF8534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8534; }
p { color: rgb(255,133,52); }
H1.HeaderClassName
{
color: #FF8534;
}
.AnyTagClassName
{
color: #FF8534;
}
</style>
background-color css
<style>
a { background-color: #FF8534; }
a { background-color: rgb(255,133,52); }
div.DivClassName
{
background-color: #FF8534;
}
.BgClassName
{
background-color: #FF8534;
}
</style>
border-color css
<style>
span { border-color: #FF8534; }
span { border-color: rgb(255,133,52); }
td.TdClassName
{
border-color: #FF8534;
}
.TagClassName
{
border-color: #FF8534;
}
</style>