Shades of Outrageous Orange #F3502C
Tints of Outrageous Orange #F3502C
RGB
CMYK
RGB Variations
Color information
#F3502C (or 0xF3502C) is known color: Outrageous Orange. HEX triplet: F3, 50 and 2C. RGB value is (243,80,44). Sum of RGB (Red+Green+Blue) = 243+80+44=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F3502C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3502C is #0CAFD3. Grayscale: #7C7C7C. Windows color (decimal): -831444 or 2904307. OLE color: 2904307.
HSL color Cylindrical-coordinate representation of color #F3502C: hue angle of 10.85º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3502C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 44 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.05 |
| HSL | 10.85º | 0.89% | 0.56% | - |
| HSV(B) | 10.85º | 0.82% | 0.95% | - |
| XYZ | 40.29 | 24.97 | 5.08 | - |
| YUV | 124.63 | 82.5 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 44 | 0 | 0.67 | 0.82 | 0.05 | 10.85 | 0.89 | 0.56 |
| Hex | F3 | 50 | 2C | 0 | 43 | 52 | 5 | B | 59 | 38 |
| Octal | 363 | 120 | 54 | 0 | 103 | 122 | 5 | 13 | 131 | 70 |
| Binary | 11110011 | 1010000 | 101100 | 0 | 1000011 | 1010010 | 101 | 1011 | 1011001 | 111000 |
Color Harmonies of #F3502C
Complementary color
Monochromatic Colors of #F3502C
Black with #F3502C
Text Example
Text Example
White with #F3502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3502C; }
p { color: rgb(243,80,44); }
H1.HeaderClassName
{
color: #F3502C;
}
.AnyTagClassName
{
color: #F3502C;
}
</style>
background-color css
<style>
a { background-color: #F3502C; }
a { background-color: rgb(243,80,44); }
div.DivClassName
{
background-color: #F3502C;
}
.BgClassName
{
background-color: #F3502C;
}
</style>
border-color css
<style>
span { border-color: #F3502C; }
span { border-color: rgb(243,80,44); }
td.TdClassName
{
border-color: #F3502C;
}
.TagClassName
{
border-color: #F3502C;
}
</style>