Shades of Outrageous Orange #F35829
Tints of Outrageous Orange #F35829
RGB
CMYK
RGB Variations
Color information
#F35829 (or 0xF35829) is known color: Outrageous Orange. HEX triplet: F3, 58 and 29. RGB value is (243,88,41). Sum of RGB (Red+Green+Blue) = 243+88+41=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F35829 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35829 is #0CA7D6. Grayscale: #818181. Windows color (decimal): -829399 or 2709747. OLE color: 2709747.
HSL color Cylindrical-coordinate representation of color #F35829: hue angle of 13.96º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F35829 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 41 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.05 |
| HSL | 13.96º | 0.89% | 0.56% | - |
| HSV(B) | 13.96º | 0.83% | 0.95% | - |
| XYZ | 40.85 | 26.19 | 5 | - |
| YUV | 128.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 41 | 0 | 0.64 | 0.83 | 0.05 | 13.96 | 0.89 | 0.56 |
| Hex | F3 | 58 | 29 | 0 | 40 | 53 | 5 | E | 59 | 38 |
| Octal | 363 | 130 | 51 | 0 | 100 | 123 | 5 | 16 | 131 | 70 |
| Binary | 11110011 | 1011000 | 101001 | 0 | 1000000 | 1010011 | 101 | 1110 | 1011001 | 111000 |
Color Harmonies of #F35829
Complementary color
Monochromatic Colors of #F35829
Black with #F35829
Text Example
Text Example
White with #F35829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35829; }
p { color: rgb(243,88,41); }
H1.HeaderClassName
{
color: #F35829;
}
.AnyTagClassName
{
color: #F35829;
}
</style>
background-color css
<style>
a { background-color: #F35829; }
a { background-color: rgb(243,88,41); }
div.DivClassName
{
background-color: #F35829;
}
.BgClassName
{
background-color: #F35829;
}
</style>
border-color css
<style>
span { border-color: #F35829; }
span { border-color: rgb(243,88,41); }
td.TdClassName
{
border-color: #F35829;
}
.TagClassName
{
border-color: #F35829;
}
</style>