Shades of Outrageous Orange #FF5735
Tints of Outrageous Orange #FF5735
RGB
CMYK
RGB Variations
Color information
#FF5735 (or 0xFF5735) is known color: Outrageous Orange. HEX triplet: FF, 57 and 35. RGB value is (255,87,53). Sum of RGB (Red+Green+Blue) = 255+87+53=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5735 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5735 is #00A8CA. Grayscale: #858585. Windows color (decimal): -43211 or 3495935. OLE color: 3495935.
HSL color Cylindrical-coordinate representation of color #FF5735: hue angle of 10.1º 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 #FF5735 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 53 | - |
| CMYK | 0 | 0.66 | 0.79 | 0 |
| HSL | 10.1º | 1% | 0.6% | - |
| HSV(B) | 10.1º | 0.79% | 1% | - |
| XYZ | 45.29 | 28.33 | 6.45 | - |
| YUV | 133.36 | 82.66 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 53 | 0 | 0.66 | 0.79 | 0 | 10.1 | 1 | 0.6 |
| Hex | FF | 57 | 35 | 0 | 42 | 4F | 0 | A | 64 | 3C |
| Octal | 377 | 127 | 65 | 0 | 102 | 117 | 0 | 12 | 144 | 74 |
| Binary | 11111111 | 1010111 | 110101 | 0 | 1000010 | 1001111 | 0 | 1010 | 1100100 | 111100 |
Color Harmonies of #FF5735
Complementary color
Monochromatic Colors of #FF5735
Black with #FF5735
Text Example
Text Example
White with #FF5735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5735; }
p { color: rgb(255,87,53); }
H1.HeaderClassName
{
color: #FF5735;
}
.AnyTagClassName
{
color: #FF5735;
}
</style>
background-color css
<style>
a { background-color: #FF5735; }
a { background-color: rgb(255,87,53); }
div.DivClassName
{
background-color: #FF5735;
}
.BgClassName
{
background-color: #FF5735;
}
</style>
border-color css
<style>
span { border-color: #FF5735; }
span { border-color: rgb(255,87,53); }
td.TdClassName
{
border-color: #FF5735;
}
.TagClassName
{
border-color: #FF5735;
}
</style>