Shades of Outrageous Orange #FF6535
Tints of Outrageous Orange #FF6535
RGB
CMYK
RGB Variations
Color information
#FF6535 (or 0xFF6535) is known color: Outrageous Orange. HEX triplet: FF, 65 and 35. RGB value is (255,101,53). Sum of RGB (Red+Green+Blue) = 255+101+53=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6535 is #009ACA. Grayscale: #8D8D8D. Windows color (decimal): -39627 or 3499519. OLE color: 3499519.
HSL color Cylindrical-coordinate representation of color #FF6535: hue angle of 14.26º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF6535 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 53 | - |
| CMYK | 0 | 0.60 | 0.79 | 0 |
| HSL | 14.26º | 1% | 0.6% | - |
| HSV(B) | 14.26º | 0.79% | 1% | - |
| XYZ | 46.54 | 30.82 | 6.87 | - |
| YUV | 141.57 | 78.02 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 53 | 0 | 0.60 | 0.79 | 0 | 14.26 | 1 | 0.6 |
| Hex | FF | 65 | 35 | 0 | 3C | 4F | 0 | E | 64 | 3C |
| Octal | 377 | 145 | 65 | 0 | 74 | 117 | 0 | 16 | 144 | 74 |
| Binary | 11111111 | 1100101 | 110101 | 0 | 111100 | 1001111 | 0 | 1110 | 1100100 | 111100 |
Color Harmonies of #FF6535
Complementary color
Monochromatic Colors of #FF6535
Black with #FF6535
Text Example
Text Example
White with #FF6535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6535; }
p { color: rgb(255,101,53); }
H1.HeaderClassName
{
color: #FF6535;
}
.AnyTagClassName
{
color: #FF6535;
}
</style>
background-color css
<style>
a { background-color: #FF6535; }
a { background-color: rgb(255,101,53); }
div.DivClassName
{
background-color: #FF6535;
}
.BgClassName
{
background-color: #FF6535;
}
</style>
border-color css
<style>
span { border-color: #FF6535; }
span { border-color: rgb(255,101,53); }
td.TdClassName
{
border-color: #FF6535;
}
.TagClassName
{
border-color: #FF6535;
}
</style>