Shades of Outrageous Orange #F15B35
Tints of Outrageous Orange #F15B35
RGB
CMYK
RGB Variations
Color information
#F15B35 (or 0xF15B35) is known color: Outrageous Orange. HEX triplet: F1, 5B and 35. RGB value is (241,91,53). Sum of RGB (Red+Green+Blue) = 241+91+53=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15B35 is #0EA4CA. Grayscale: #838383. Windows color (decimal): -959691 or 3496945. OLE color: 3496945.
HSL color Cylindrical-coordinate representation of color #F15B35: hue angle of 12.13º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F15B35 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 53 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.05 |
| HSL | 12.13º | 0.87% | 0.58% | - |
| HSV(B) | 12.13º | 0.78% | 0.95% | - |
| XYZ | 40.66 | 26.44 | 6.33 | - |
| YUV | 131.52 | 83.7 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 53 | 0 | 0.62 | 0.78 | 0.05 | 12.13 | 0.87 | 0.58 |
| Hex | F1 | 5B | 35 | 0 | 3E | 4E | 5 | C | 57 | 3A |
| Octal | 361 | 133 | 65 | 0 | 76 | 116 | 5 | 14 | 127 | 72 |
| Binary | 11110001 | 1011011 | 110101 | 0 | 111110 | 1001110 | 101 | 1100 | 1010111 | 111010 |
Color Harmonies of #F15B35
Complementary color
Monochromatic Colors of #F15B35
Black with #F15B35
Text Example
Text Example
White with #F15B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15B35; }
p { color: rgb(241,91,53); }
H1.HeaderClassName
{
color: #F15B35;
}
.AnyTagClassName
{
color: #F15B35;
}
</style>
background-color css
<style>
a { background-color: #F15B35; }
a { background-color: rgb(241,91,53); }
div.DivClassName
{
background-color: #F15B35;
}
.BgClassName
{
background-color: #F15B35;
}
</style>
border-color css
<style>
span { border-color: #F15B35; }
span { border-color: rgb(241,91,53); }
td.TdClassName
{
border-color: #F15B35;
}
.TagClassName
{
border-color: #F15B35;
}
</style>