Shades of Red Orange #FA3434
Tints of Red Orange #FA3434
RGB
CMYK
RGB Variations
Color information
#FA3434 (or 0xFA3434) is known color: Red Orange. HEX triplet: FA, 34 and 34. RGB value is (250,52,52). Sum of RGB (Red+Green+Blue) = 250+52+52=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3434 is #05CBCB. Grayscale: #6F6F6F. Windows color (decimal): -379852 or 3421434. OLE color: 3421434.
HSL color Cylindrical-coordinate representation of color #FA3434: hue angle of 0º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA3434 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 52 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.02 |
| HSL | 0º | 0.95% | 0.59% | - |
| HSV(B) | 0º | 0.79% | 0.98% | - |
| XYZ | 41.27 | 23.03 | 5.52 | - |
| YUV | 111.2 | 94.6 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 52 | 0 | 0.79 | 0.79 | 0.02 | 0 | 0.95 | 0.59 |
| Hex | FA | 34 | 34 | 0 | 4F | 4F | 2 | 0 | 5F | 3B |
| Octal | 372 | 64 | 64 | 0 | 117 | 117 | 2 | 0 | 137 | 73 |
| Binary | 11111010 | 110100 | 110100 | 0 | 1001111 | 1001111 | 10 | 0 | 1011111 | 111011 |
Color Harmonies of #FA3434
Complementary color
Monochromatic Colors of #FA3434
Black with #FA3434
Text Example
Text Example
White with #FA3434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3434; }
p { color: rgb(250,52,52); }
H1.HeaderClassName
{
color: #FA3434;
}
.AnyTagClassName
{
color: #FA3434;
}
</style>
background-color css
<style>
a { background-color: #FA3434; }
a { background-color: rgb(250,52,52); }
div.DivClassName
{
background-color: #FA3434;
}
.BgClassName
{
background-color: #FA3434;
}
</style>
border-color css
<style>
span { border-color: #FA3434; }
span { border-color: rgb(250,52,52); }
td.TdClassName
{
border-color: #FA3434;
}
.TagClassName
{
border-color: #FA3434;
}
</style>