Shades of Outrageous Orange #F35A2D
Tints of Outrageous Orange #F35A2D
RGB
CMYK
RGB Variations
Color information
#F35A2D (or 0xF35A2D) is known color: Outrageous Orange. HEX triplet: F3, 5A and 2D. RGB value is (243,90,45). Sum of RGB (Red+Green+Blue) = 243+90+45=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35A2D is #0CA5D2. Grayscale: #828282. Windows color (decimal): -828883 or 2972403. OLE color: 2972403.
HSL color Cylindrical-coordinate representation of color #F35A2D: hue angle of 13.64º 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 #F35A2D is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 90 | 45 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.05 |
| HSL | 13.64º | 0.89% | 0.56% | - |
| HSV(B) | 13.64º | 0.81% | 0.95% | - |
| XYZ | 41.09 | 26.56 | 5.44 | - |
| YUV | 130.62 | 79.69 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 90 | 45 | 0 | 0.63 | 0.81 | 0.05 | 13.64 | 0.89 | 0.56 |
| Hex | F3 | 5A | 2D | 0 | 3F | 51 | 5 | E | 59 | 38 |
| Octal | 363 | 132 | 55 | 0 | 77 | 121 | 5 | 16 | 131 | 70 |
| Binary | 11110011 | 1011010 | 101101 | 0 | 111111 | 1010001 | 101 | 1110 | 1011001 | 111000 |
Color Harmonies of #F35A2D
Complementary color
Monochromatic Colors of #F35A2D
Black with #F35A2D
Text Example
Text Example
White with #F35A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35A2D; }
p { color: rgb(243,90,45); }
H1.HeaderClassName
{
color: #F35A2D;
}
.AnyTagClassName
{
color: #F35A2D;
}
</style>
background-color css
<style>
a { background-color: #F35A2D; }
a { background-color: rgb(243,90,45); }
div.DivClassName
{
background-color: #F35A2D;
}
.BgClassName
{
background-color: #F35A2D;
}
</style>
border-color css
<style>
span { border-color: #F35A2D; }
span { border-color: rgb(243,90,45); }
td.TdClassName
{
border-color: #F35A2D;
}
.TagClassName
{
border-color: #F35A2D;
}
</style>