Shades of Scarlet #FA340E
Tints of Scarlet #FA340E
RGB
CMYK
RGB Variations
Color information
#FA340E (or 0xFA340E) is known color: Scarlet. HEX triplet: FA, 34 and 0E. RGB value is (250,52,14). Sum of RGB (Red+Green+Blue) = 250+52+14=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA340E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA340E is #05CBF1. Grayscale: #6B6B6B. Windows color (decimal): -379890 or 931066. OLE color: 931066.
HSL color Cylindrical-coordinate representation of color #FA340E: hue angle of 9.66º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA340E is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 14 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.02 |
| HSL | 9.66º | 0.96% | 0.52% | - |
| HSV(B) | 9.66º | 0.94% | 0.98% | - |
| XYZ | 40.73 | 22.81 | 2.67 | - |
| YUV | 106.87 | 75.6 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 14 | 0 | 0.79 | 0.94 | 0.02 | 9.66 | 0.96 | 0.52 |
| Hex | FA | 34 | E | 0 | 4F | 5E | 2 | A | 60 | 34 |
| Octal | 372 | 64 | 16 | 0 | 117 | 136 | 2 | 12 | 140 | 64 |
| Binary | 11111010 | 110100 | 1110 | 0 | 1001111 | 1011110 | 10 | 1010 | 1100000 | 110100 |
Color Harmonies of #FA340E
Complementary color
Monochromatic Colors of #FA340E
Black with #FA340E
Text Example
Text Example
White with #FA340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA340E; }
p { color: rgb(250,52,14); }
H1.HeaderClassName
{
color: #FA340E;
}
.AnyTagClassName
{
color: #FA340E;
}
</style>
background-color css
<style>
a { background-color: #FA340E; }
a { background-color: rgb(250,52,14); }
div.DivClassName
{
background-color: #FA340E;
}
.BgClassName
{
background-color: #FA340E;
}
</style>
border-color css
<style>
span { border-color: #FA340E; }
span { border-color: rgb(250,52,14); }
td.TdClassName
{
border-color: #FA340E;
}
.TagClassName
{
border-color: #FA340E;
}
</style>