Shades of Carrot Orange #FA8D26
Tints of Carrot Orange #FA8D26
RGB
CMYK
RGB Variations
Color information
#FA8D26 (or 0xFA8D26) is known color: Carrot Orange. HEX triplet: FA, 8D and 26. RGB value is (250,141,38). Sum of RGB (Red+Green+Blue) = 250+141+38=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 38 (15.23% from 255 or 8.86% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8D26 is #0572D9. Grayscale: #A2A2A2. Windows color (decimal): -357082 or 2526714. OLE color: 2526714.
HSL color Cylindrical-coordinate representation of color #FA8D26: hue angle of 29.15º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA8D26 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 38 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.02 |
| HSL | 29.15º | 0.95% | 0.56% | - |
| HSV(B) | 29.15º | 0.85% | 0.98% | - |
| XYZ | 49.3 | 39.51 | 6.86 | - |
| YUV | 161.85 | 58.11 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 38 | 0 | 0.44 | 0.85 | 0.02 | 29.15 | 0.95 | 0.56 |
| Hex | FA | 8D | 26 | 0 | 2C | 55 | 2 | 1D | 5F | 38 |
| Octal | 372 | 215 | 46 | 0 | 54 | 125 | 2 | 35 | 137 | 70 |
| Binary | 11111010 | 10001101 | 100110 | 0 | 101100 | 1010101 | 10 | 11101 | 1011111 | 111000 |
Color Harmonies of #FA8D26
Complementary color
Monochromatic Colors of #FA8D26
Black with #FA8D26
Text Example
Text Example
White with #FA8D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D26; }
p { color: rgb(250,141,38); }
H1.HeaderClassName
{
color: #FA8D26;
}
.AnyTagClassName
{
color: #FA8D26;
}
</style>
background-color css
<style>
a { background-color: #FA8D26; }
a { background-color: rgb(250,141,38); }
div.DivClassName
{
background-color: #FA8D26;
}
.BgClassName
{
background-color: #FA8D26;
}
</style>
border-color css
<style>
span { border-color: #FA8D26; }
span { border-color: rgb(250,141,38); }
td.TdClassName
{
border-color: #FA8D26;
}
.TagClassName
{
border-color: #FA8D26;
}
</style>