Shades of Outrageous Orange #FF6127
Tints of Outrageous Orange #FF6127
RGB
CMYK
RGB Variations
Color information
#FF6127 (or 0xFF6127) is known color: Outrageous Orange. HEX triplet: FF, 61 and 27. RGB value is (255,97,39). Sum of RGB (Red+Green+Blue) = 255+97+39=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6127 is #009ED8. Grayscale: #8A8A8A. Windows color (decimal): -40665 or 2580991. OLE color: 2580991.
HSL color Cylindrical-coordinate representation of color #FF6127: hue angle of 16.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF6127 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 39 | - |
| CMYK | 0 | 0.62 | 0.85 | 0 |
| HSL | 16.11º | 1% | 0.58% | - |
| HSV(B) | 16.11º | 0.85% | 1% | - |
| XYZ | 45.88 | 29.96 | 5.28 | - |
| YUV | 137.63 | 72.35 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 39 | 0 | 0.62 | 0.85 | 0 | 16.11 | 1 | 0.58 |
| Hex | FF | 61 | 27 | 0 | 3E | 55 | 0 | 10 | 64 | 3A |
| Octal | 377 | 141 | 47 | 0 | 76 | 125 | 0 | 20 | 144 | 72 |
| Binary | 11111111 | 1100001 | 100111 | 0 | 111110 | 1010101 | 0 | 10000 | 1100100 | 111010 |
Color Harmonies of #FF6127
Complementary color
Monochromatic Colors of #FF6127
Black with #FF6127
Text Example
Text Example
White with #FF6127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6127; }
p { color: rgb(255,97,39); }
H1.HeaderClassName
{
color: #FF6127;
}
.AnyTagClassName
{
color: #FF6127;
}
</style>
background-color css
<style>
a { background-color: #FF6127; }
a { background-color: rgb(255,97,39); }
div.DivClassName
{
background-color: #FF6127;
}
.BgClassName
{
background-color: #FF6127;
}
</style>
border-color css
<style>
span { border-color: #FF6127; }
span { border-color: rgb(255,97,39); }
td.TdClassName
{
border-color: #FF6127;
}
.TagClassName
{
border-color: #FF6127;
}
</style>