Shades of Outrageous Orange #F35C24
Tints of Outrageous Orange #F35C24
RGB
CMYK
RGB Variations
Color information
#F35C24 (or 0xF35C24) is known color: Outrageous Orange. HEX triplet: F3, 5C and 24. RGB value is (243,92,36). Sum of RGB (Red+Green+Blue) = 243+92+36=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35C24 is #0CA3DB. Grayscale: #838383. Windows color (decimal): -828380 or 2383091. OLE color: 2383091.
HSL color Cylindrical-coordinate representation of color #F35C24: hue angle of 16.23º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F35C24 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 92 | 36 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.05 |
| HSL | 16.23º | 0.9% | 0.55% | - |
| HSV(B) | 16.23º | 0.85% | 0.95% | - |
| XYZ | 41.11 | 26.84 | 4.68 | - |
| YUV | 130.77 | 74.53 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 92 | 36 | 0 | 0.62 | 0.85 | 0.05 | 16.23 | 0.9 | 0.55 |
| Hex | F3 | 5C | 24 | 0 | 3E | 55 | 5 | 10 | 5A | 37 |
| Octal | 363 | 134 | 44 | 0 | 76 | 125 | 5 | 20 | 132 | 67 |
| Binary | 11110011 | 1011100 | 100100 | 0 | 111110 | 1010101 | 101 | 10000 | 1011010 | 110111 |
Color Harmonies of #F35C24
Complementary color
Monochromatic Colors of #F35C24
Black with #F35C24
Text Example
Text Example
White with #F35C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35C24; }
p { color: rgb(243,92,36); }
H1.HeaderClassName
{
color: #F35C24;
}
.AnyTagClassName
{
color: #F35C24;
}
</style>
background-color css
<style>
a { background-color: #F35C24; }
a { background-color: rgb(243,92,36); }
div.DivClassName
{
background-color: #F35C24;
}
.BgClassName
{
background-color: #F35C24;
}
</style>
border-color css
<style>
span { border-color: #F35C24; }
span { border-color: rgb(243,92,36); }
td.TdClassName
{
border-color: #F35C24;
}
.TagClassName
{
border-color: #F35C24;
}
</style>