Shades of Carrot Orange #FA8A29
Tints of Carrot Orange #FA8A29
RGB
CMYK
RGB Variations
Color information
#FA8A29 (or 0xFA8A29) is known color: Carrot Orange. HEX triplet: FA, 8A and 29. RGB value is (250,138,41). Sum of RGB (Red+Green+Blue) = 250+138+41=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8A29 is #0575D6. Grayscale: #A0A0A0. Windows color (decimal): -357847 or 2722554. OLE color: 2722554.
HSL color Cylindrical-coordinate representation of color #FA8A29: hue angle of 27.85º 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 #FA8A29 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 41 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.02 |
| HSL | 27.85º | 0.95% | 0.57% | - |
| HSV(B) | 27.85º | 0.84% | 0.98% | - |
| XYZ | 48.91 | 38.66 | 6.98 | - |
| YUV | 160.43 | 60.61 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 41 | 0 | 0.45 | 0.84 | 0.02 | 27.85 | 0.95 | 0.57 |
| Hex | FA | 8A | 29 | 0 | 2D | 54 | 2 | 1C | 5F | 39 |
| Octal | 372 | 212 | 51 | 0 | 55 | 124 | 2 | 34 | 137 | 71 |
| Binary | 11111010 | 10001010 | 101001 | 0 | 101101 | 1010100 | 10 | 11100 | 1011111 | 111001 |
Color Harmonies of #FA8A29
Complementary color
Monochromatic Colors of #FA8A29
Black with #FA8A29
Text Example
Text Example
White with #FA8A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A29; }
p { color: rgb(250,138,41); }
H1.HeaderClassName
{
color: #FA8A29;
}
.AnyTagClassName
{
color: #FA8A29;
}
</style>
background-color css
<style>
a { background-color: #FA8A29; }
a { background-color: rgb(250,138,41); }
div.DivClassName
{
background-color: #FA8A29;
}
.BgClassName
{
background-color: #FA8A29;
}
</style>
border-color css
<style>
span { border-color: #FA8A29; }
span { border-color: rgb(250,138,41); }
td.TdClassName
{
border-color: #FA8A29;
}
.TagClassName
{
border-color: #FA8A29;
}
</style>