Shades of Carrot Orange #FA8F19
Tints of Carrot Orange #FA8F19
RGB
CMYK
RGB Variations
Color information
#FA8F19 (or 0xFA8F19) is known color: Carrot Orange. HEX triplet: FA, 8F and 19. RGB value is (250,143,25). Sum of RGB (Red+Green+Blue) = 250+143+25=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F19 is #0570E6. Grayscale: #A2A2A2. Windows color (decimal): -356583 or 1675258. OLE color: 1675258.
HSL color Cylindrical-coordinate representation of color #FA8F19: hue angle of 31.47º 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 #FA8F19 is Cyan = 0, Magento = 0.43, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 25 | - |
| CMYK | 0 | 0.43 | 0.9 | 0.02 |
| HSL | 31.47º | 0.96% | 0.54% | - |
| HSV(B) | 31.47º | 0.9% | 0.98% | - |
| XYZ | 49.42 | 40.04 | 6.04 | - |
| YUV | 161.54 | 50.95 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 25 | 0 | 0.43 | 0.9 | 0.02 | 31.47 | 0.96 | 0.54 |
| Hex | FA | 8F | 19 | 0 | 2B | 5A | 2 | 1F | 60 | 36 |
| Octal | 372 | 217 | 31 | 0 | 53 | 132 | 2 | 37 | 140 | 66 |
| Binary | 11111010 | 10001111 | 11001 | 0 | 101011 | 1011010 | 10 | 11111 | 1100000 | 110110 |
Color Harmonies of #FA8F19
Complementary color
Monochromatic Colors of #FA8F19
Black with #FA8F19
Text Example
Text Example
White with #FA8F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F19; }
p { color: rgb(250,143,25); }
H1.HeaderClassName
{
color: #FA8F19;
}
.AnyTagClassName
{
color: #FA8F19;
}
</style>
background-color css
<style>
a { background-color: #FA8F19; }
a { background-color: rgb(250,143,25); }
div.DivClassName
{
background-color: #FA8F19;
}
.BgClassName
{
background-color: #FA8F19;
}
</style>
border-color css
<style>
span { border-color: #FA8F19; }
span { border-color: rgb(250,143,25); }
td.TdClassName
{
border-color: #FA8F19;
}
.TagClassName
{
border-color: #FA8F19;
}
</style>