Shades of Carrot Orange #FA8F21
Tints of Carrot Orange #FA8F21
RGB
CMYK
RGB Variations
Color information
#FA8F21 (or 0xFA8F21) is known color: Carrot Orange. HEX triplet: FA, 8F and 21. RGB value is (250,143,33). Sum of RGB (Red+Green+Blue) = 250+143+33=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F21 is #0570DE. Grayscale: #A3A3A3. Windows color (decimal): -356575 or 2199546. OLE color: 2199546.
HSL color Cylindrical-coordinate representation of color #FA8F21: hue angle of 30.41º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA8F21 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 33 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.02 |
| HSL | 30.41º | 0.96% | 0.55% | - |
| HSV(B) | 30.41º | 0.87% | 0.98% | - |
| XYZ | 49.52 | 40.08 | 6.56 | - |
| YUV | 162.45 | 54.95 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 33 | 0 | 0.43 | 0.87 | 0.02 | 30.41 | 0.96 | 0.55 |
| Hex | FA | 8F | 21 | 0 | 2B | 57 | 2 | 1E | 60 | 37 |
| Octal | 372 | 217 | 41 | 0 | 53 | 127 | 2 | 36 | 140 | 67 |
| Binary | 11111010 | 10001111 | 100001 | 0 | 101011 | 1010111 | 10 | 11110 | 1100000 | 110111 |
Color Harmonies of #FA8F21
Complementary color
Monochromatic Colors of #FA8F21
Black with #FA8F21
Text Example
Text Example
White with #FA8F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F21; }
p { color: rgb(250,143,33); }
H1.HeaderClassName
{
color: #FA8F21;
}
.AnyTagClassName
{
color: #FA8F21;
}
</style>
background-color css
<style>
a { background-color: #FA8F21; }
a { background-color: rgb(250,143,33); }
div.DivClassName
{
background-color: #FA8F21;
}
.BgClassName
{
background-color: #FA8F21;
}
</style>
border-color css
<style>
span { border-color: #FA8F21; }
span { border-color: rgb(250,143,33); }
td.TdClassName
{
border-color: #FA8F21;
}
.TagClassName
{
border-color: #FA8F21;
}
</style>