Shades of Red Orange #F84527
Tints of Red Orange #F84527
RGB
CMYK
RGB Variations
Color information
#F84527 (or 0xF84527) is known color: Red Orange. HEX triplet: F8, 45 and 27. RGB value is (248,69,39). Sum of RGB (Red+Green+Blue) = 248+69+39=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F84527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84527 is #07BAD8. Grayscale: #777777. Windows color (decimal): -506585 or 2573816. OLE color: 2573816.
HSL color Cylindrical-coordinate representation of color #F84527: hue angle of 8.61º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F84527 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 39 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.03 |
| HSL | 8.61º | 0.94% | 0.56% | - |
| HSV(B) | 8.61º | 0.84% | 0.97% | - |
| XYZ | 41.21 | 24.36 | 4.45 | - |
| YUV | 119.1 | 82.8 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 39 | 0 | 0.72 | 0.84 | 0.03 | 8.61 | 0.94 | 0.56 |
| Hex | F8 | 45 | 27 | 0 | 48 | 54 | 3 | 9 | 5E | 38 |
| Octal | 370 | 105 | 47 | 0 | 110 | 124 | 3 | 11 | 136 | 70 |
| Binary | 11111000 | 1000101 | 100111 | 0 | 1001000 | 1010100 | 11 | 1001 | 1011110 | 111000 |
Color Harmonies of #F84527
Complementary color
Monochromatic Colors of #F84527
Black with #F84527
Text Example
Text Example
White with #F84527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84527; }
p { color: rgb(248,69,39); }
H1.HeaderClassName
{
color: #F84527;
}
.AnyTagClassName
{
color: #F84527;
}
</style>
background-color css
<style>
a { background-color: #F84527; }
a { background-color: rgb(248,69,39); }
div.DivClassName
{
background-color: #F84527;
}
.BgClassName
{
background-color: #F84527;
}
</style>
border-color css
<style>
span { border-color: #F84527; }
span { border-color: rgb(248,69,39); }
td.TdClassName
{
border-color: #F84527;
}
.TagClassName
{
border-color: #F84527;
}
</style>