Shades of Outrageous Orange #F15C2B
Tints of Outrageous Orange #F15C2B
RGB
CMYK
RGB Variations
Color information
#F15C2B (or 0xF15C2B) is known color: Outrageous Orange. HEX triplet: F1, 5C and 2B. RGB value is (241,92,43). Sum of RGB (Red+Green+Blue) = 241+92+43=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15C2B is #0EA3D4. Grayscale: #838383. Windows color (decimal): -959445 or 2841841. OLE color: 2841841.
HSL color Cylindrical-coordinate representation of color #F15C2B: hue angle of 14.85º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F15C2B is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 43 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.05 |
| HSL | 14.85º | 0.88% | 0.56% | - |
| HSV(B) | 14.85º | 0.82% | 0.95% | - |
| XYZ | 40.54 | 26.53 | 5.27 | - |
| YUV | 130.97 | 78.36 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 43 | 0 | 0.62 | 0.82 | 0.05 | 14.85 | 0.88 | 0.56 |
| Hex | F1 | 5C | 2B | 0 | 3E | 52 | 5 | F | 58 | 38 |
| Octal | 361 | 134 | 53 | 0 | 76 | 122 | 5 | 17 | 130 | 70 |
| Binary | 11110001 | 1011100 | 101011 | 0 | 111110 | 1010010 | 101 | 1111 | 1011000 | 111000 |
Color Harmonies of #F15C2B
Complementary color
Monochromatic Colors of #F15C2B
Black with #F15C2B
Text Example
Text Example
White with #F15C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C2B; }
p { color: rgb(241,92,43); }
H1.HeaderClassName
{
color: #F15C2B;
}
.AnyTagClassName
{
color: #F15C2B;
}
</style>
background-color css
<style>
a { background-color: #F15C2B; }
a { background-color: rgb(241,92,43); }
div.DivClassName
{
background-color: #F15C2B;
}
.BgClassName
{
background-color: #F15C2B;
}
</style>
border-color css
<style>
span { border-color: #F15C2B; }
span { border-color: rgb(241,92,43); }
td.TdClassName
{
border-color: #F15C2B;
}
.TagClassName
{
border-color: #F15C2B;
}
</style>