Shades of Outrageous Orange #FF5F2D
Tints of Outrageous Orange #FF5F2D
RGB
CMYK
RGB Variations
Color information
#FF5F2D (or 0xFF5F2D) is known color: Outrageous Orange. HEX triplet: FF, 5F and 2D. RGB value is (255,95,45). Sum of RGB (Red+Green+Blue) = 255+95+45=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F2D is #00A0D2. Grayscale: #898989. Windows color (decimal): -41171 or 2973695. OLE color: 2973695.
HSL color Cylindrical-coordinate representation of color #FF5F2D: hue angle of 14.29º 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 #FF5F2D is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 45 | - |
| CMYK | 0 | 0.63 | 0.82 | 0 |
| HSL | 14.29º | 1% | 0.59% | - |
| HSV(B) | 14.29º | 0.82% | 1% | - |
| XYZ | 45.81 | 29.63 | 5.79 | - |
| YUV | 137.14 | 76.01 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 45 | 0 | 0.63 | 0.82 | 0 | 14.29 | 1 | 0.59 |
| Hex | FF | 5F | 2D | 0 | 3F | 52 | 0 | E | 64 | 3B |
| Octal | 377 | 137 | 55 | 0 | 77 | 122 | 0 | 16 | 144 | 73 |
| Binary | 11111111 | 1011111 | 101101 | 0 | 111111 | 1010010 | 0 | 1110 | 1100100 | 111011 |
Color Harmonies of #FF5F2D
Complementary color
Monochromatic Colors of #FF5F2D
Black with #FF5F2D
Text Example
Text Example
White with #FF5F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F2D; }
p { color: rgb(255,95,45); }
H1.HeaderClassName
{
color: #FF5F2D;
}
.AnyTagClassName
{
color: #FF5F2D;
}
</style>
background-color css
<style>
a { background-color: #FF5F2D; }
a { background-color: rgb(255,95,45); }
div.DivClassName
{
background-color: #FF5F2D;
}
.BgClassName
{
background-color: #FF5F2D;
}
</style>
border-color css
<style>
span { border-color: #FF5F2D; }
span { border-color: rgb(255,95,45); }
td.TdClassName
{
border-color: #FF5F2D;
}
.TagClassName
{
border-color: #FF5F2D;
}
</style>