Shades of Outrageous Orange #F35F2D
Tints of Outrageous Orange #F35F2D
RGB
CMYK
RGB Variations
Color information
#F35F2D (or 0xF35F2D) is known color: Outrageous Orange. HEX triplet: F3, 5F and 2D. RGB value is (243,95,45). Sum of RGB (Red+Green+Blue) = 243+95+45=383 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.45% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35F2D is #0CA0D2. Grayscale: #858585. Windows color (decimal): -827603 or 2973683. OLE color: 2973683.
HSL color Cylindrical-coordinate representation of color #F35F2D: hue angle of 15.15º 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 #F35F2D is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 95 | 45 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.05 |
| HSL | 15.15º | 0.89% | 0.56% | - |
| HSV(B) | 15.15º | 0.81% | 0.95% | - |
| XYZ | 41.53 | 27.43 | 5.59 | - |
| YUV | 133.55 | 78.03 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 95 | 45 | 0 | 0.61 | 0.81 | 0.05 | 15.15 | 0.89 | 0.56 |
| Hex | F3 | 5F | 2D | 0 | 3D | 51 | 5 | F | 59 | 38 |
| Octal | 363 | 137 | 55 | 0 | 75 | 121 | 5 | 17 | 131 | 70 |
| Binary | 11110011 | 1011111 | 101101 | 0 | 111101 | 1010001 | 101 | 1111 | 1011001 | 111000 |
Color Harmonies of #F35F2D
Complementary color
Monochromatic Colors of #F35F2D
Black with #F35F2D
Text Example
Text Example
White with #F35F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35F2D; }
p { color: rgb(243,95,45); }
H1.HeaderClassName
{
color: #F35F2D;
}
.AnyTagClassName
{
color: #F35F2D;
}
</style>
background-color css
<style>
a { background-color: #F35F2D; }
a { background-color: rgb(243,95,45); }
div.DivClassName
{
background-color: #F35F2D;
}
.BgClassName
{
background-color: #F35F2D;
}
</style>
border-color css
<style>
span { border-color: #F35F2D; }
span { border-color: rgb(243,95,45); }
td.TdClassName
{
border-color: #F35F2D;
}
.TagClassName
{
border-color: #F35F2D;
}
</style>