Shades of Carrot Orange #FA8F1D
Tints of Carrot Orange #FA8F1D
RGB
CMYK
RGB Variations
Color information
#FA8F1D (or 0xFA8F1D) is known color: Carrot Orange. HEX triplet: FA, 8F and 1D. RGB value is (250,143,29). Sum of RGB (Red+Green+Blue) = 250+143+29=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F1D is #0570E2. Grayscale: #A2A2A2. Windows color (decimal): -356579 or 1937402. OLE color: 1937402.
HSL color Cylindrical-coordinate representation of color #FA8F1D: hue angle of 30.95º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA8F1D is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 29 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.02 |
| HSL | 30.95º | 0.96% | 0.55% | - |
| HSV(B) | 30.95º | 0.88% | 0.98% | - |
| XYZ | 49.47 | 40.06 | 6.29 | - |
| YUV | 162 | 52.95 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 29 | 0 | 0.43 | 0.88 | 0.02 | 30.95 | 0.96 | 0.55 |
| Hex | FA | 8F | 1D | 0 | 2B | 58 | 2 | 1F | 60 | 37 |
| Octal | 372 | 217 | 35 | 0 | 53 | 130 | 2 | 37 | 140 | 67 |
| Binary | 11111010 | 10001111 | 11101 | 0 | 101011 | 1011000 | 10 | 11111 | 1100000 | 110111 |
Color Harmonies of #FA8F1D
Complementary color
Monochromatic Colors of #FA8F1D
Black with #FA8F1D
Text Example
Text Example
White with #FA8F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F1D; }
p { color: rgb(250,143,29); }
H1.HeaderClassName
{
color: #FA8F1D;
}
.AnyTagClassName
{
color: #FA8F1D;
}
</style>
background-color css
<style>
a { background-color: #FA8F1D; }
a { background-color: rgb(250,143,29); }
div.DivClassName
{
background-color: #FA8F1D;
}
.BgClassName
{
background-color: #FA8F1D;
}
</style>
border-color css
<style>
span { border-color: #FA8F1D; }
span { border-color: rgb(250,143,29); }
td.TdClassName
{
border-color: #FA8F1D;
}
.TagClassName
{
border-color: #FA8F1D;
}
</style>