Shades of Outrageous Orange #FF652D
Tints of Outrageous Orange #FF652D
RGB
CMYK
RGB Variations
Color information
#FF652D (or 0xFF652D) is known color: Outrageous Orange. HEX triplet: FF, 65 and 2D. RGB value is (255,101,45). Sum of RGB (Red+Green+Blue) = 255+101+45=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF652D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF652D is #009AD2. Grayscale: #8D8D8D. Windows color (decimal): -39635 or 2975231. OLE color: 2975231.
HSL color Cylindrical-coordinate representation of color #FF652D: hue angle of 16º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF652D is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 45 | - |
| CMYK | 0 | 0.60 | 0.82 | 0 |
| HSL | 16º | 1% | 0.59% | - |
| HSV(B) | 16º | 0.82% | 1% | - |
| XYZ | 46.37 | 30.76 | 5.98 | - |
| YUV | 140.66 | 74.02 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 45 | 0 | 0.60 | 0.82 | 0 | 16 | 1 | 0.59 |
| Hex | FF | 65 | 2D | 0 | 3C | 52 | 0 | 10 | 64 | 3B |
| Octal | 377 | 145 | 55 | 0 | 74 | 122 | 0 | 20 | 144 | 73 |
| Binary | 11111111 | 1100101 | 101101 | 0 | 111100 | 1010010 | 0 | 10000 | 1100100 | 111011 |
Color Harmonies of #FF652D
Complementary color
Monochromatic Colors of #FF652D
Black with #FF652D
Text Example
Text Example
White with #FF652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF652D; }
p { color: rgb(255,101,45); }
H1.HeaderClassName
{
color: #FF652D;
}
.AnyTagClassName
{
color: #FF652D;
}
</style>
background-color css
<style>
a { background-color: #FF652D; }
a { background-color: rgb(255,101,45); }
div.DivClassName
{
background-color: #FF652D;
}
.BgClassName
{
background-color: #FF652D;
}
</style>
border-color css
<style>
span { border-color: #FF652D; }
span { border-color: rgb(255,101,45); }
td.TdClassName
{
border-color: #FF652D;
}
.TagClassName
{
border-color: #FF652D;
}
</style>