Shades of Carrot Orange #FA9019
Tints of Carrot Orange #FA9019
RGB
CMYK
RGB Variations
Color information
#FA9019 (or 0xFA9019) is known color: Carrot Orange. HEX triplet: FA, 90 and 19. RGB value is (250,144,25). Sum of RGB (Red+Green+Blue) = 250+144+25=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9019 is #056FE6. Grayscale: #A2A2A2. Windows color (decimal): -356327 or 1675514. OLE color: 1675514.
HSL color Cylindrical-coordinate representation of color #FA9019: hue angle of 31.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA9019 is Cyan = 0, Magento = 0.42, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 25 | - |
| CMYK | 0 | 0.42 | 0.9 | 0.02 |
| HSL | 31.73º | 0.96% | 0.54% | - |
| HSV(B) | 31.73º | 0.9% | 0.98% | - |
| XYZ | 49.57 | 40.34 | 6.09 | - |
| YUV | 162.13 | 50.62 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 25 | 0 | 0.42 | 0.9 | 0.02 | 31.73 | 0.96 | 0.54 |
| Hex | FA | 90 | 19 | 0 | 2A | 5A | 2 | 20 | 60 | 36 |
| Octal | 372 | 220 | 31 | 0 | 52 | 132 | 2 | 40 | 140 | 66 |
| Binary | 11111010 | 10010000 | 11001 | 0 | 101010 | 1011010 | 10 | 100000 | 1100000 | 110110 |
Color Harmonies of #FA9019
Complementary color
Monochromatic Colors of #FA9019
Black with #FA9019
Text Example
Text Example
White with #FA9019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9019; }
p { color: rgb(250,144,25); }
H1.HeaderClassName
{
color: #FA9019;
}
.AnyTagClassName
{
color: #FA9019;
}
</style>
background-color css
<style>
a { background-color: #FA9019; }
a { background-color: rgb(250,144,25); }
div.DivClassName
{
background-color: #FA9019;
}
.BgClassName
{
background-color: #FA9019;
}
</style>
border-color css
<style>
span { border-color: #FA9019; }
span { border-color: rgb(250,144,25); }
td.TdClassName
{
border-color: #FA9019;
}
.TagClassName
{
border-color: #FA9019;
}
</style>