Shades of Scarlet #FA340C
Tints of Scarlet #FA340C
RGB
CMYK
RGB Variations
Color information
#FA340C (or 0xFA340C) is known color: Scarlet. HEX triplet: FA, 34 and 0C. RGB value is (250,52,12). Sum of RGB (Red+Green+Blue) = 250+52+12=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA340C is #05CBF3. Grayscale: #6B6B6B. Windows color (decimal): -379892 or 799994. OLE color: 799994.
HSL color Cylindrical-coordinate representation of color #FA340C: hue angle of 10.08º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA340C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.02 |
| HSL | 10.08º | 0.96% | 0.51% | - |
| HSV(B) | 10.08º | 0.95% | 0.98% | - |
| XYZ | 40.72 | 22.81 | 2.6 | - |
| YUV | 106.64 | 74.6 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 12 | 0 | 0.79 | 0.95 | 0.02 | 10.08 | 0.96 | 0.51 |
| Hex | FA | 34 | C | 0 | 4F | 5F | 2 | A | 60 | 33 |
| Octal | 372 | 64 | 14 | 0 | 117 | 137 | 2 | 12 | 140 | 63 |
| Binary | 11111010 | 110100 | 1100 | 0 | 1001111 | 1011111 | 10 | 1010 | 1100000 | 110011 |
Color Harmonies of #FA340C
Complementary color
Monochromatic Colors of #FA340C
Black with #FA340C
Text Example
Text Example
White with #FA340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA340C; }
p { color: rgb(250,52,12); }
H1.HeaderClassName
{
color: #FA340C;
}
.AnyTagClassName
{
color: #FA340C;
}
</style>
background-color css
<style>
a { background-color: #FA340C; }
a { background-color: rgb(250,52,12); }
div.DivClassName
{
background-color: #FA340C;
}
.BgClassName
{
background-color: #FA340C;
}
</style>
border-color css
<style>
span { border-color: #FA340C; }
span { border-color: rgb(250,52,12); }
td.TdClassName
{
border-color: #FA340C;
}
.TagClassName
{
border-color: #FA340C;
}
</style>