Shades of Outrageous Orange #F35E2D
Tints of Outrageous Orange #F35E2D
RGB
CMYK
RGB Variations
Color information
#F35E2D (or 0xF35E2D) is known color: Outrageous Orange. HEX triplet: F3, 5E and 2D. RGB value is (243,94,45). Sum of RGB (Red+Green+Blue) = 243+94+45=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F35E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35E2D is #0CA1D2. Grayscale: #858585. Windows color (decimal): -827859 or 2973427. OLE color: 2973427.
HSL color Cylindrical-coordinate representation of color #F35E2D: hue angle of 14.85º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F35E2D is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 94 | 45 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.05 |
| HSL | 14.85º | 0.89% | 0.56% | - |
| HSV(B) | 14.85º | 0.81% | 0.95% | - |
| XYZ | 41.44 | 27.25 | 5.56 | - |
| YUV | 132.97 | 78.36 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 94 | 45 | 0 | 0.61 | 0.81 | 0.05 | 14.85 | 0.89 | 0.56 |
| Hex | F3 | 5E | 2D | 0 | 3D | 51 | 5 | F | 59 | 38 |
| Octal | 363 | 136 | 55 | 0 | 75 | 121 | 5 | 17 | 131 | 70 |
| Binary | 11110011 | 1011110 | 101101 | 0 | 111101 | 1010001 | 101 | 1111 | 1011001 | 111000 |
Color Harmonies of #F35E2D
Complementary color
Monochromatic Colors of #F35E2D
Black with #F35E2D
Text Example
Text Example
White with #F35E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35E2D; }
p { color: rgb(243,94,45); }
H1.HeaderClassName
{
color: #F35E2D;
}
.AnyTagClassName
{
color: #F35E2D;
}
</style>
background-color css
<style>
a { background-color: #F35E2D; }
a { background-color: rgb(243,94,45); }
div.DivClassName
{
background-color: #F35E2D;
}
.BgClassName
{
background-color: #F35E2D;
}
</style>
border-color css
<style>
span { border-color: #F35E2D; }
span { border-color: rgb(243,94,45); }
td.TdClassName
{
border-color: #F35E2D;
}
.TagClassName
{
border-color: #F35E2D;
}
</style>