Shades of Outrageous Orange #F35C2C
Tints of Outrageous Orange #F35C2C
RGB
CMYK
RGB Variations
Color information
#F35C2C (or 0xF35C2C) is known color: Outrageous Orange. HEX triplet: F3, 5C and 2C. RGB value is (243,92,44). Sum of RGB (Red+Green+Blue) = 243+92+44=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35C2C is #0CA3D3. Grayscale: #848484. Windows color (decimal): -828372 or 2907379. OLE color: 2907379.
HSL color Cylindrical-coordinate representation of color #F35C2C: hue angle of 14.47º 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 #F35C2C is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 92 | 44 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.05 |
| HSL | 14.47º | 0.89% | 0.56% | - |
| HSV(B) | 14.47º | 0.82% | 0.95% | - |
| XYZ | 41.24 | 26.89 | 5.4 | - |
| YUV | 131.68 | 78.53 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 92 | 44 | 0 | 0.62 | 0.82 | 0.05 | 14.47 | 0.89 | 0.56 |
| Hex | F3 | 5C | 2C | 0 | 3E | 52 | 5 | E | 59 | 38 |
| Octal | 363 | 134 | 54 | 0 | 76 | 122 | 5 | 16 | 131 | 70 |
| Binary | 11110011 | 1011100 | 101100 | 0 | 111110 | 1010010 | 101 | 1110 | 1011001 | 111000 |
Color Harmonies of #F35C2C
Complementary color
Monochromatic Colors of #F35C2C
Black with #F35C2C
Text Example
Text Example
White with #F35C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35C2C; }
p { color: rgb(243,92,44); }
H1.HeaderClassName
{
color: #F35C2C;
}
.AnyTagClassName
{
color: #F35C2C;
}
</style>
background-color css
<style>
a { background-color: #F35C2C; }
a { background-color: rgb(243,92,44); }
div.DivClassName
{
background-color: #F35C2C;
}
.BgClassName
{
background-color: #F35C2C;
}
</style>
border-color css
<style>
span { border-color: #F35C2C; }
span { border-color: rgb(243,92,44); }
td.TdClassName
{
border-color: #F35C2C;
}
.TagClassName
{
border-color: #F35C2C;
}
</style>