Shades of Outrageous Orange #F25333
Tints of Outrageous Orange #F25333
RGB
CMYK
RGB Variations
Color information
#F25333 (or 0xF25333) is known color: Outrageous Orange. HEX triplet: F2, 53 and 33. RGB value is (242,83,51). Sum of RGB (Red+Green+Blue) = 242+83+51=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F25333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25333 is #0DACCC. Grayscale: #7F7F7F. Windows color (decimal): -896205 or 3363826. OLE color: 3363826.
HSL color Cylindrical-coordinate representation of color #F25333: hue angle of 10.05º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F25333 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 51 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.05 |
| HSL | 10.05º | 0.88% | 0.57% | - |
| HSV(B) | 10.05º | 0.79% | 0.95% | - |
| XYZ | 40.31 | 25.3 | 5.89 | - |
| YUV | 126.89 | 85.18 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 51 | 0 | 0.66 | 0.79 | 0.05 | 10.05 | 0.88 | 0.57 |
| Hex | F2 | 53 | 33 | 0 | 42 | 4F | 5 | A | 58 | 39 |
| Octal | 362 | 123 | 63 | 0 | 102 | 117 | 5 | 12 | 130 | 71 |
| Binary | 11110010 | 1010011 | 110011 | 0 | 1000010 | 1001111 | 101 | 1010 | 1011000 | 111001 |
Color Harmonies of #F25333
Complementary color
Monochromatic Colors of #F25333
Black with #F25333
Text Example
Text Example
White with #F25333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25333; }
p { color: rgb(242,83,51); }
H1.HeaderClassName
{
color: #F25333;
}
.AnyTagClassName
{
color: #F25333;
}
</style>
background-color css
<style>
a { background-color: #F25333; }
a { background-color: rgb(242,83,51); }
div.DivClassName
{
background-color: #F25333;
}
.BgClassName
{
background-color: #F25333;
}
</style>
border-color css
<style>
span { border-color: #F25333; }
span { border-color: rgb(242,83,51); }
td.TdClassName
{
border-color: #F25333;
}
.TagClassName
{
border-color: #F25333;
}
</style>