Shades of Scarlet #F82C00
Tints of Scarlet #F82C00
RGB
CMYK
RGB Variations
Color information
#F82C00 (or 0xF82C00) is known color: Scarlet. HEX triplet: F8, 2C and 00. RGB value is (248,44,0). Sum of RGB (Red+Green+Blue) = 248+44+0=292 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.93% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82C00 is #07D3FF. Grayscale: #646464. Windows color (decimal): -513024 or 11512. OLE color: 11512.
HSL color Cylindrical-coordinate representation of color #F82C00: hue angle of 10.65º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F82C00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.03 |
| HSL | 10.65º | 1% | 0.49% | - |
| HSV(B) | 10.65º | 1% | 0.97% | - |
| XYZ | 39.61 | 21.76 | 2.11 | - |
| YUV | 99.98 | 71.59 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 0 | 0 | 0.82 | 1 | 0.03 | 10.65 | 1 | 0.49 |
| Hex | F8 | 2C | 0 | 0 | 52 | 64 | 3 | B | 64 | 31 |
| Octal | 370 | 54 | 0 | 0 | 122 | 144 | 3 | 13 | 144 | 61 |
| Binary | 11111000 | 101100 | 0 | 0 | 1010010 | 1100100 | 11 | 1011 | 1100100 | 110001 |
Color Harmonies of #F82C00
Complementary color
Monochromatic Colors of #F82C00
Black with #F82C00
Text Example
Text Example
White with #F82C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C00; }
p { color: rgb(248,44,0); }
H1.HeaderClassName
{
color: #F82C00;
}
.AnyTagClassName
{
color: #F82C00;
}
</style>
background-color css
<style>
a { background-color: #F82C00; }
a { background-color: rgb(248,44,0); }
div.DivClassName
{
background-color: #F82C00;
}
.BgClassName
{
background-color: #F82C00;
}
</style>
border-color css
<style>
span { border-color: #F82C00; }
span { border-color: rgb(248,44,0); }
td.TdClassName
{
border-color: #F82C00;
}
.TagClassName
{
border-color: #F82C00;
}
</style>