Shades of Outrageous Orange #F35024
Tints of Outrageous Orange #F35024
RGB
CMYK
RGB Variations
Color information
#F35024 (or 0xF35024) is known color: Outrageous Orange. HEX triplet: F3, 50 and 24. RGB value is (243,80,36). Sum of RGB (Red+Green+Blue) = 243+80+36=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F35024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35024 is #0CAFDB. Grayscale: #7C7C7C. Windows color (decimal): -831452 or 2380019. OLE color: 2380019.
HSL color Cylindrical-coordinate representation of color #F35024: hue angle of 12.75º 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 #F35024 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 36 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.05 |
| HSL | 12.75º | 0.9% | 0.55% | - |
| HSV(B) | 12.75º | 0.85% | 0.95% | - |
| XYZ | 40.15 | 24.92 | 4.36 | - |
| YUV | 123.72 | 78.5 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 36 | 0 | 0.67 | 0.85 | 0.05 | 12.75 | 0.9 | 0.55 |
| Hex | F3 | 50 | 24 | 0 | 43 | 55 | 5 | D | 5A | 37 |
| Octal | 363 | 120 | 44 | 0 | 103 | 125 | 5 | 15 | 132 | 67 |
| Binary | 11110011 | 1010000 | 100100 | 0 | 1000011 | 1010101 | 101 | 1101 | 1011010 | 110111 |
Color Harmonies of #F35024
Complementary color
Monochromatic Colors of #F35024
Black with #F35024
Text Example
Text Example
White with #F35024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35024; }
p { color: rgb(243,80,36); }
H1.HeaderClassName
{
color: #F35024;
}
.AnyTagClassName
{
color: #F35024;
}
</style>
background-color css
<style>
a { background-color: #F35024; }
a { background-color: rgb(243,80,36); }
div.DivClassName
{
background-color: #F35024;
}
.BgClassName
{
background-color: #F35024;
}
</style>
border-color css
<style>
span { border-color: #F35024; }
span { border-color: rgb(243,80,36); }
td.TdClassName
{
border-color: #F35024;
}
.TagClassName
{
border-color: #F35024;
}
</style>