Shades of Outrageous Orange #F3502D
Tints of Outrageous Orange #F3502D
RGB
CMYK
RGB Variations
Color information
#F3502D (or 0xF3502D) is known color: Outrageous Orange. HEX triplet: F3, 50 and 2D. RGB value is (243,80,45). Sum of RGB (Red+Green+Blue) = 243+80+45=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F3502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3502D is #0CAFD2. Grayscale: #7D7D7D. Windows color (decimal): -831443 or 2969843. OLE color: 2969843.
HSL color Cylindrical-coordinate representation of color #F3502D: hue angle of 10.61º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3502D is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 45 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.05 |
| HSL | 10.61º | 0.89% | 0.56% | - |
| HSV(B) | 10.61º | 0.81% | 0.95% | - |
| XYZ | 40.3 | 24.98 | 5.18 | - |
| YUV | 124.75 | 83 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 45 | 0 | 0.67 | 0.81 | 0.05 | 10.61 | 0.89 | 0.56 |
| Hex | F3 | 50 | 2D | 0 | 43 | 51 | 5 | B | 59 | 38 |
| Octal | 363 | 120 | 55 | 0 | 103 | 121 | 5 | 13 | 131 | 70 |
| Binary | 11110011 | 1010000 | 101101 | 0 | 1000011 | 1010001 | 101 | 1011 | 1011001 | 111000 |
Color Harmonies of #F3502D
Complementary color
Monochromatic Colors of #F3502D
Black with #F3502D
Text Example
Text Example
White with #F3502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3502D; }
p { color: rgb(243,80,45); }
H1.HeaderClassName
{
color: #F3502D;
}
.AnyTagClassName
{
color: #F3502D;
}
</style>
background-color css
<style>
a { background-color: #F3502D; }
a { background-color: rgb(243,80,45); }
div.DivClassName
{
background-color: #F3502D;
}
.BgClassName
{
background-color: #F3502D;
}
</style>
border-color css
<style>
span { border-color: #F3502D; }
span { border-color: rgb(243,80,45); }
td.TdClassName
{
border-color: #F3502D;
}
.TagClassName
{
border-color: #F3502D;
}
</style>