Shades of Outrageous Orange #F54F27
Tints of Outrageous Orange #F54F27
RGB
CMYK
RGB Variations
Color information
#F54F27 (or 0xF54F27) is known color: Outrageous Orange. HEX triplet: F5, 4F and 27. RGB value is (245,79,39). Sum of RGB (Red+Green+Blue) = 245+79+39=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54F27 is #0AB0D8. Grayscale: #7C7C7C. Windows color (decimal): -700633 or 2576373. OLE color: 2576373.
HSL color Cylindrical-coordinate representation of color #F54F27: hue angle of 11.65º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F54F27 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 39 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.04 |
| HSL | 11.65º | 0.91% | 0.56% | - |
| HSV(B) | 11.65º | 0.84% | 0.96% | - |
| XYZ | 40.82 | 25.15 | 4.62 | - |
| YUV | 124.07 | 80 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 39 | 0 | 0.68 | 0.84 | 0.04 | 11.65 | 0.91 | 0.56 |
| Hex | F5 | 4F | 27 | 0 | 44 | 54 | 4 | C | 5B | 38 |
| Octal | 365 | 117 | 47 | 0 | 104 | 124 | 4 | 14 | 133 | 70 |
| Binary | 11110101 | 1001111 | 100111 | 0 | 1000100 | 1010100 | 100 | 1100 | 1011011 | 111000 |
Color Harmonies of #F54F27
Complementary color
Monochromatic Colors of #F54F27
Black with #F54F27
Text Example
Text Example
White with #F54F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54F27; }
p { color: rgb(245,79,39); }
H1.HeaderClassName
{
color: #F54F27;
}
.AnyTagClassName
{
color: #F54F27;
}
</style>
background-color css
<style>
a { background-color: #F54F27; }
a { background-color: rgb(245,79,39); }
div.DivClassName
{
background-color: #F54F27;
}
.BgClassName
{
background-color: #F54F27;
}
</style>
border-color css
<style>
span { border-color: #F54F27; }
span { border-color: rgb(245,79,39); }
td.TdClassName
{
border-color: #F54F27;
}
.TagClassName
{
border-color: #F54F27;
}
</style>