Shades of Carrot Orange #FA8C29
Tints of Carrot Orange #FA8C29
RGB
CMYK
RGB Variations
Color information
#FA8C29 (or 0xFA8C29) is known color: Carrot Orange. HEX triplet: FA, 8C and 29. RGB value is (250,140,41). Sum of RGB (Red+Green+Blue) = 250+140+41=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C29 is #0573D6. Grayscale: #A2A2A2. Windows color (decimal): -357335 or 2723066. OLE color: 2723066.
HSL color Cylindrical-coordinate representation of color #FA8C29: hue angle of 28.42º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA8C29 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 41 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.02 |
| HSL | 28.42º | 0.95% | 0.57% | - |
| HSV(B) | 28.42º | 0.84% | 0.98% | - |
| XYZ | 49.2 | 39.24 | 7.08 | - |
| YUV | 161.6 | 59.94 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 41 | 0 | 0.44 | 0.84 | 0.02 | 28.42 | 0.95 | 0.57 |
| Hex | FA | 8C | 29 | 0 | 2C | 54 | 2 | 1C | 5F | 39 |
| Octal | 372 | 214 | 51 | 0 | 54 | 124 | 2 | 34 | 137 | 71 |
| Binary | 11111010 | 10001100 | 101001 | 0 | 101100 | 1010100 | 10 | 11100 | 1011111 | 111001 |
Color Harmonies of #FA8C29
Complementary color
Monochromatic Colors of #FA8C29
Black with #FA8C29
Text Example
Text Example
White with #FA8C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C29; }
p { color: rgb(250,140,41); }
H1.HeaderClassName
{
color: #FA8C29;
}
.AnyTagClassName
{
color: #FA8C29;
}
</style>
background-color css
<style>
a { background-color: #FA8C29; }
a { background-color: rgb(250,140,41); }
div.DivClassName
{
background-color: #FA8C29;
}
.BgClassName
{
background-color: #FA8C29;
}
</style>
border-color css
<style>
span { border-color: #FA8C29; }
span { border-color: rgb(250,140,41); }
td.TdClassName
{
border-color: #FA8C29;
}
.TagClassName
{
border-color: #FA8C29;
}
</style>