Shades of Outrageous Orange #F3502A
Tints of Outrageous Orange #F3502A
RGB
CMYK
RGB Variations
Color information
#F3502A (or 0xF3502A) is known color: Outrageous Orange. HEX triplet: F3, 50 and 2A. RGB value is (243,80,42). Sum of RGB (Red+Green+Blue) = 243+80+42=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F3502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3502A is #0CAFD5. Grayscale: #7C7C7C. Windows color (decimal): -831446 or 2773235. OLE color: 2773235.
HSL color Cylindrical-coordinate representation of color #F3502A: hue angle of 11.34º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3502A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 42 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.05 |
| HSL | 11.34º | 0.89% | 0.56% | - |
| HSV(B) | 11.34º | 0.83% | 0.95% | - |
| XYZ | 40.25 | 24.96 | 4.89 | - |
| YUV | 124.41 | 81.5 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 42 | 0 | 0.67 | 0.83 | 0.05 | 11.34 | 0.89 | 0.56 |
| Hex | F3 | 50 | 2A | 0 | 43 | 53 | 5 | B | 59 | 38 |
| Octal | 363 | 120 | 52 | 0 | 103 | 123 | 5 | 13 | 131 | 70 |
| Binary | 11110011 | 1010000 | 101010 | 0 | 1000011 | 1010011 | 101 | 1011 | 1011001 | 111000 |
Color Harmonies of #F3502A
Complementary color
Monochromatic Colors of #F3502A
Black with #F3502A
Text Example
Text Example
White with #F3502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3502A; }
p { color: rgb(243,80,42); }
H1.HeaderClassName
{
color: #F3502A;
}
.AnyTagClassName
{
color: #F3502A;
}
</style>
background-color css
<style>
a { background-color: #F3502A; }
a { background-color: rgb(243,80,42); }
div.DivClassName
{
background-color: #F3502A;
}
.BgClassName
{
background-color: #F3502A;
}
</style>
border-color css
<style>
span { border-color: #F3502A; }
span { border-color: rgb(243,80,42); }
td.TdClassName
{
border-color: #F3502A;
}
.TagClassName
{
border-color: #F3502A;
}
</style>