Shades of Outrageous Orange #F3531D
Tints of Outrageous Orange #F3531D
RGB
CMYK
RGB Variations
Color information
#F3531D (or 0xF3531D) is known color: Outrageous Orange. HEX triplet: F3, 53 and 1D. RGB value is (243,83,29). Sum of RGB (Red+Green+Blue) = 243+83+29=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F3531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3531D is #0CACE2. Grayscale: #7D7D7D. Windows color (decimal): -830691 or 1922035. OLE color: 1922035.
HSL color Cylindrical-coordinate representation of color #F3531D: hue angle of 15.14º 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 #F3531D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.05 |
| HSL | 15.14º | 0.9% | 0.53% | - |
| HSV(B) | 15.14º | 0.88% | 0.95% | - |
| XYZ | 40.28 | 25.33 | 3.93 | - |
| YUV | 124.68 | 74.01 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 29 | 0 | 0.66 | 0.88 | 0.05 | 15.14 | 0.9 | 0.53 |
| Hex | F3 | 53 | 1D | 0 | 42 | 58 | 5 | F | 5A | 35 |
| Octal | 363 | 123 | 35 | 0 | 102 | 130 | 5 | 17 | 132 | 65 |
| Binary | 11110011 | 1010011 | 11101 | 0 | 1000010 | 1011000 | 101 | 1111 | 1011010 | 110101 |
Color Harmonies of #F3531D
Complementary color
Monochromatic Colors of #F3531D
Black with #F3531D
Text Example
Text Example
White with #F3531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3531D; }
p { color: rgb(243,83,29); }
H1.HeaderClassName
{
color: #F3531D;
}
.AnyTagClassName
{
color: #F3531D;
}
</style>
background-color css
<style>
a { background-color: #F3531D; }
a { background-color: rgb(243,83,29); }
div.DivClassName
{
background-color: #F3531D;
}
.BgClassName
{
background-color: #F3531D;
}
</style>
border-color css
<style>
span { border-color: #F3531D; }
span { border-color: rgb(243,83,29); }
td.TdClassName
{
border-color: #F3531D;
}
.TagClassName
{
border-color: #F3531D;
}
</style>