Shades of Outrageous Orange #FF4F27
Tints of Outrageous Orange #FF4F27
RGB
CMYK
RGB Variations
Color information
#FF4F27 (or 0xFF4F27) is known color: Outrageous Orange. HEX triplet: FF, 4F and 27. RGB value is (255,79,39). Sum of RGB (Red+Green+Blue) = 255+79+39=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4F27 is #00B0D8. Grayscale: #7F7F7F. Windows color (decimal): -45273 or 2576383. OLE color: 2576383.
HSL color Cylindrical-coordinate representation of color #FF4F27: hue angle of 11.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 #FF4F27 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 39 | - |
| CMYK | 0 | 0.69 | 0.85 | 0 |
| HSL | 11.11º | 1% | 0.58% | - |
| HSV(B) | 11.11º | 0.85% | 1% | - |
| XYZ | 44.4 | 27 | 4.79 | - |
| YUV | 127.06 | 78.31 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 39 | 0 | 0.69 | 0.85 | 0 | 11.11 | 1 | 0.58 |
| Hex | FF | 4F | 27 | 0 | 45 | 55 | 0 | B | 64 | 3A |
| Octal | 377 | 117 | 47 | 0 | 105 | 125 | 0 | 13 | 144 | 72 |
| Binary | 11111111 | 1001111 | 100111 | 0 | 1000101 | 1010101 | 0 | 1011 | 1100100 | 111010 |
Color Harmonies of #FF4F27
Complementary color
Monochromatic Colors of #FF4F27
Black with #FF4F27
Text Example
Text Example
White with #FF4F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F27; }
p { color: rgb(255,79,39); }
H1.HeaderClassName
{
color: #FF4F27;
}
.AnyTagClassName
{
color: #FF4F27;
}
</style>
background-color css
<style>
a { background-color: #FF4F27; }
a { background-color: rgb(255,79,39); }
div.DivClassName
{
background-color: #FF4F27;
}
.BgClassName
{
background-color: #FF4F27;
}
</style>
border-color css
<style>
span { border-color: #FF4F27; }
span { border-color: rgb(255,79,39); }
td.TdClassName
{
border-color: #FF4F27;
}
.TagClassName
{
border-color: #FF4F27;
}
</style>