Shades of Orange Red #FA481B
Tints of Orange Red #FA481B
RGB
CMYK
RGB Variations
Color information
#FA481B (or 0xFA481B) is known color: Orange Red. HEX triplet: FA, 48 and 1B. RGB value is (250,72,27). Sum of RGB (Red+Green+Blue) = 250+72+27=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA481B is #05B7E4. Grayscale: #787878. Windows color (decimal): -374757 or 1788154. OLE color: 1788154.
HSL color Cylindrical-coordinate representation of color #FA481B: hue angle of 12.11º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA481B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 27 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.02 |
| HSL | 12.11º | 0.96% | 0.54% | - |
| HSV(B) | 12.11º | 0.89% | 0.98% | - |
| XYZ | 41.94 | 25.04 | 3.66 | - |
| YUV | 120.09 | 75.47 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 27 | 0 | 0.71 | 0.89 | 0.02 | 12.11 | 0.96 | 0.54 |
| Hex | FA | 48 | 1B | 0 | 47 | 59 | 2 | C | 60 | 36 |
| Octal | 372 | 110 | 33 | 0 | 107 | 131 | 2 | 14 | 140 | 66 |
| Binary | 11111010 | 1001000 | 11011 | 0 | 1000111 | 1011001 | 10 | 1100 | 1100000 | 110110 |
Color Harmonies of #FA481B
Complementary color
Monochromatic Colors of #FA481B
Black with #FA481B
Text Example
Text Example
White with #FA481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA481B; }
p { color: rgb(250,72,27); }
H1.HeaderClassName
{
color: #FA481B;
}
.AnyTagClassName
{
color: #FA481B;
}
</style>
background-color css
<style>
a { background-color: #FA481B; }
a { background-color: rgb(250,72,27); }
div.DivClassName
{
background-color: #FA481B;
}
.BgClassName
{
background-color: #FA481B;
}
</style>
border-color css
<style>
span { border-color: #FA481B; }
span { border-color: rgb(250,72,27); }
td.TdClassName
{
border-color: #FA481B;
}
.TagClassName
{
border-color: #FA481B;
}
</style>