Shades of Red Orange #FA3F1C
Tints of Red Orange #FA3F1C
RGB
CMYK
RGB Variations
Color information
#FA3F1C (or 0xFA3F1C) is known color: Red Orange. HEX triplet: FA, 3F and 1C. RGB value is (250,63,28). Sum of RGB (Red+Green+Blue) = 250+63+28=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3F1C is #05C0E3. Grayscale: #737373. Windows color (decimal): -377060 or 1851386. OLE color: 1851386.
HSL color Cylindrical-coordinate representation of color #FA3F1C: hue angle of 9.46º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA3F1C is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 28 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.02 |
| HSL | 9.46º | 0.96% | 0.55% | - |
| HSV(B) | 9.46º | 0.89% | 0.98% | - |
| XYZ | 41.41 | 23.96 | 3.54 | - |
| YUV | 114.92 | 78.95 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 28 | 0 | 0.75 | 0.89 | 0.02 | 9.46 | 0.96 | 0.55 |
| Hex | FA | 3F | 1C | 0 | 4B | 59 | 2 | 9 | 60 | 37 |
| Octal | 372 | 77 | 34 | 0 | 113 | 131 | 2 | 11 | 140 | 67 |
| Binary | 11111010 | 111111 | 11100 | 0 | 1001011 | 1011001 | 10 | 1001 | 1100000 | 110111 |
Color Harmonies of #FA3F1C
Complementary color
Monochromatic Colors of #FA3F1C
Black with #FA3F1C
Text Example
Text Example
White with #FA3F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3F1C; }
p { color: rgb(250,63,28); }
H1.HeaderClassName
{
color: #FA3F1C;
}
.AnyTagClassName
{
color: #FA3F1C;
}
</style>
background-color css
<style>
a { background-color: #FA3F1C; }
a { background-color: rgb(250,63,28); }
div.DivClassName
{
background-color: #FA3F1C;
}
.BgClassName
{
background-color: #FA3F1C;
}
</style>
border-color css
<style>
span { border-color: #FA3F1C; }
span { border-color: rgb(250,63,28); }
td.TdClassName
{
border-color: #FA3F1C;
}
.TagClassName
{
border-color: #FA3F1C;
}
</style>