Shades of Outrageous Orange #F4551D
Tints of Outrageous Orange #F4551D
RGB
CMYK
RGB Variations
Color information
#F4551D (or 0xF4551D) is known color: Outrageous Orange. HEX triplet: F4, 55 and 1D. RGB value is (244,85,29). Sum of RGB (Red+Green+Blue) = 244+85+29=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F4551D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4551D is #0BAAE2. Grayscale: #7E7E7E. Windows color (decimal): -764643 or 1922548. OLE color: 1922548.
HSL color Cylindrical-coordinate representation of color #F4551D: hue angle of 15.63º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4551D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 29 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.04 |
| HSL | 15.63º | 0.91% | 0.54% | - |
| HSV(B) | 15.63º | 0.88% | 0.96% | - |
| XYZ | 40.78 | 25.82 | 4 | - |
| YUV | 126.16 | 73.18 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 29 | 0 | 0.65 | 0.88 | 0.04 | 15.63 | 0.91 | 0.54 |
| Hex | F4 | 55 | 1D | 0 | 41 | 58 | 4 | 10 | 5B | 36 |
| Octal | 364 | 125 | 35 | 0 | 101 | 130 | 4 | 20 | 133 | 66 |
| Binary | 11110100 | 1010101 | 11101 | 0 | 1000001 | 1011000 | 100 | 10000 | 1011011 | 110110 |
Color Harmonies of #F4551D
Complementary color
Monochromatic Colors of #F4551D
Black with #F4551D
Text Example
Text Example
White with #F4551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4551D; }
p { color: rgb(244,85,29); }
H1.HeaderClassName
{
color: #F4551D;
}
.AnyTagClassName
{
color: #F4551D;
}
</style>
background-color css
<style>
a { background-color: #F4551D; }
a { background-color: rgb(244,85,29); }
div.DivClassName
{
background-color: #F4551D;
}
.BgClassName
{
background-color: #F4551D;
}
</style>
border-color css
<style>
span { border-color: #F4551D; }
span { border-color: rgb(244,85,29); }
td.TdClassName
{
border-color: #F4551D;
}
.TagClassName
{
border-color: #F4551D;
}
</style>