Shades of Outrageous Orange #F3541D
Tints of Outrageous Orange #F3541D
RGB
CMYK
RGB Variations
Color information
#F3541D (or 0xF3541D) is known color: Outrageous Orange. HEX triplet: F3, 54 and 1D. RGB value is (243,84,29). Sum of RGB (Red+Green+Blue) = 243+84+29=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F3541D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3541D is #0CABE2. Grayscale: #7D7D7D. Windows color (decimal): -830435 or 1922291. OLE color: 1922291.
HSL color Cylindrical-coordinate representation of color #F3541D: hue angle of 15.42º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3541D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 29 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.05 |
| HSL | 15.42º | 0.9% | 0.53% | - |
| HSV(B) | 15.42º | 0.88% | 0.95% | - |
| XYZ | 40.35 | 25.48 | 3.95 | - |
| YUV | 125.27 | 73.68 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 29 | 0 | 0.65 | 0.88 | 0.05 | 15.42 | 0.9 | 0.53 |
| Hex | F3 | 54 | 1D | 0 | 41 | 58 | 5 | F | 5A | 35 |
| Octal | 363 | 124 | 35 | 0 | 101 | 130 | 5 | 17 | 132 | 65 |
| Binary | 11110011 | 1010100 | 11101 | 0 | 1000001 | 1011000 | 101 | 1111 | 1011010 | 110101 |
Color Harmonies of #F3541D
Complementary color
Monochromatic Colors of #F3541D
Black with #F3541D
Text Example
Text Example
White with #F3541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3541D; }
p { color: rgb(243,84,29); }
H1.HeaderClassName
{
color: #F3541D;
}
.AnyTagClassName
{
color: #F3541D;
}
</style>
background-color css
<style>
a { background-color: #F3541D; }
a { background-color: rgb(243,84,29); }
div.DivClassName
{
background-color: #F3541D;
}
.BgClassName
{
background-color: #F3541D;
}
</style>
border-color css
<style>
span { border-color: #F3541D; }
span { border-color: rgb(243,84,29); }
td.TdClassName
{
border-color: #F3541D;
}
.TagClassName
{
border-color: #F3541D;
}
</style>