Shades of Red Orange #FA302F
Tints of Red Orange #FA302F
RGB
CMYK
RGB Variations
Color information
#FA302F (or 0xFA302F) is known color: Red Orange. HEX triplet: FA, 30 and 2F. RGB value is (250,48,47). Sum of RGB (Red+Green+Blue) = 250+48+47=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA302F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA302F is #05CFD0. Grayscale: #6C6C6C. Windows color (decimal): -380881 or 3092730. OLE color: 3092730.
HSL color Cylindrical-coordinate representation of color #FA302F: hue angle of 0.3º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA302F is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 47 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.02 |
| HSL | 0.3º | 0.95% | 0.58% | - |
| HSV(B) | 0.3º | 0.81% | 0.98% | - |
| XYZ | 40.99 | 22.64 | 4.9 | - |
| YUV | 108.28 | 93.42 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 47 | 0 | 0.81 | 0.81 | 0.02 | 0.3 | 0.95 | 0.58 |
| Hex | FA | 30 | 2F | 0 | 51 | 51 | 2 | 0 | 5F | 3A |
| Octal | 372 | 60 | 57 | 0 | 121 | 121 | 2 | 0 | 137 | 72 |
| Binary | 11111010 | 110000 | 101111 | 0 | 1010001 | 1010001 | 10 | 0 | 1011111 | 111010 |
Color Harmonies of #FA302F
Complementary color
Monochromatic Colors of #FA302F
Black with #FA302F
Text Example
Text Example
White with #FA302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA302F; }
p { color: rgb(250,48,47); }
H1.HeaderClassName
{
color: #FA302F;
}
.AnyTagClassName
{
color: #FA302F;
}
</style>
background-color css
<style>
a { background-color: #FA302F; }
a { background-color: rgb(250,48,47); }
div.DivClassName
{
background-color: #FA302F;
}
.BgClassName
{
background-color: #FA302F;
}
</style>
border-color css
<style>
span { border-color: #FA302F; }
span { border-color: rgb(250,48,47); }
td.TdClassName
{
border-color: #FA302F;
}
.TagClassName
{
border-color: #FA302F;
}
</style>