Shades of Red Orange #FA431C
Tints of Red Orange #FA431C
RGB
CMYK
RGB Variations
Color information
#FA431C (or 0xFA431C) is known color: Red Orange. HEX triplet: FA, 43 and 1C. RGB value is (250,67,28). Sum of RGB (Red+Green+Blue) = 250+67+28=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA431C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA431C is #05BCE3. Grayscale: #757575. Windows color (decimal): -376036 or 1852410. OLE color: 1852410.
HSL color Cylindrical-coordinate representation of color #FA431C: hue angle of 10.54º 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 #FA431C is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 28 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.02 |
| HSL | 10.54º | 0.96% | 0.55% | - |
| HSV(B) | 10.54º | 0.89% | 0.98% | - |
| XYZ | 41.64 | 24.42 | 3.62 | - |
| YUV | 117.27 | 77.63 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 28 | 0 | 0.73 | 0.89 | 0.02 | 10.54 | 0.96 | 0.55 |
| Hex | FA | 43 | 1C | 0 | 49 | 59 | 2 | B | 60 | 37 |
| Octal | 372 | 103 | 34 | 0 | 111 | 131 | 2 | 13 | 140 | 67 |
| Binary | 11111010 | 1000011 | 11100 | 0 | 1001001 | 1011001 | 10 | 1011 | 1100000 | 110111 |
Color Harmonies of #FA431C
Complementary color
Monochromatic Colors of #FA431C
Black with #FA431C
Text Example
Text Example
White with #FA431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA431C; }
p { color: rgb(250,67,28); }
H1.HeaderClassName
{
color: #FA431C;
}
.AnyTagClassName
{
color: #FA431C;
}
</style>
background-color css
<style>
a { background-color: #FA431C; }
a { background-color: rgb(250,67,28); }
div.DivClassName
{
background-color: #FA431C;
}
.BgClassName
{
background-color: #FA431C;
}
</style>
border-color css
<style>
span { border-color: #FA431C; }
span { border-color: rgb(250,67,28); }
td.TdClassName
{
border-color: #FA431C;
}
.TagClassName
{
border-color: #FA431C;
}
</style>