Shades of Outrageous Orange #F35020
Tints of Outrageous Orange #F35020
RGB
CMYK
RGB Variations
Color information
#F35020 (or 0xF35020) is known color: Outrageous Orange. HEX triplet: F3, 50 and 20. RGB value is (243,80,32). Sum of RGB (Red+Green+Blue) = 243+80+32=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F35020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35020 is #0CAFDF. Grayscale: #7B7B7B. Windows color (decimal): -831456 or 2117875. OLE color: 2117875.
HSL color Cylindrical-coordinate representation of color #F35020: hue angle of 13.65º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F35020 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 32 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.05 |
| HSL | 13.65º | 0.9% | 0.54% | - |
| HSV(B) | 13.65º | 0.87% | 0.95% | - |
| XYZ | 40.09 | 24.9 | 4.06 | - |
| YUV | 123.27 | 76.5 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 32 | 0 | 0.67 | 0.87 | 0.05 | 13.65 | 0.9 | 0.54 |
| Hex | F3 | 50 | 20 | 0 | 43 | 57 | 5 | E | 5A | 36 |
| Octal | 363 | 120 | 40 | 0 | 103 | 127 | 5 | 16 | 132 | 66 |
| Binary | 11110011 | 1010000 | 100000 | 0 | 1000011 | 1010111 | 101 | 1110 | 1011010 | 110110 |
Color Harmonies of #F35020
Complementary color
Monochromatic Colors of #F35020
Black with #F35020
Text Example
Text Example
White with #F35020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35020; }
p { color: rgb(243,80,32); }
H1.HeaderClassName
{
color: #F35020;
}
.AnyTagClassName
{
color: #F35020;
}
</style>
background-color css
<style>
a { background-color: #F35020; }
a { background-color: rgb(243,80,32); }
div.DivClassName
{
background-color: #F35020;
}
.BgClassName
{
background-color: #F35020;
}
</style>
border-color css
<style>
span { border-color: #F35020; }
span { border-color: rgb(243,80,32); }
td.TdClassName
{
border-color: #F35020;
}
.TagClassName
{
border-color: #F35020;
}
</style>