Shades of Red Orange #FA2F28
Tints of Red Orange #FA2F28
RGB
CMYK
RGB Variations
Color information
#FA2F28 (or 0xFA2F28) is known color: Red Orange. HEX triplet: FA, 2F and 28. RGB value is (250,47,40). Sum of RGB (Red+Green+Blue) = 250+47+40=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F28 is #05D0D7. Grayscale: #6B6B6B. Windows color (decimal): -381144 or 2633722. OLE color: 2633722.
HSL color Cylindrical-coordinate representation of color #FA2F28: hue angle of 2º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2F28 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 40 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.02 |
| HSL | 2º | 0.95% | 0.57% | - |
| HSV(B) | 2º | 0.84% | 0.98% | - |
| XYZ | 40.82 | 22.51 | 4.2 | - |
| YUV | 106.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 40 | 0 | 0.81 | 0.84 | 0.02 | 2 | 0.95 | 0.57 |
| Hex | FA | 2F | 28 | 0 | 51 | 54 | 2 | 2 | 5F | 39 |
| Octal | 372 | 57 | 50 | 0 | 121 | 124 | 2 | 2 | 137 | 71 |
| Binary | 11111010 | 101111 | 101000 | 0 | 1010001 | 1010100 | 10 | 10 | 1011111 | 111001 |
Color Harmonies of #FA2F28
Complementary color
Monochromatic Colors of #FA2F28
Black with #FA2F28
Text Example
Text Example
White with #FA2F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F28; }
p { color: rgb(250,47,40); }
H1.HeaderClassName
{
color: #FA2F28;
}
.AnyTagClassName
{
color: #FA2F28;
}
</style>
background-color css
<style>
a { background-color: #FA2F28; }
a { background-color: rgb(250,47,40); }
div.DivClassName
{
background-color: #FA2F28;
}
.BgClassName
{
background-color: #FA2F28;
}
</style>
border-color css
<style>
span { border-color: #FA2F28; }
span { border-color: rgb(250,47,40); }
td.TdClassName
{
border-color: #FA2F28;
}
.TagClassName
{
border-color: #FA2F28;
}
</style>