Shades of Carrot Orange #FA8526
Tints of Carrot Orange #FA8526
RGB
CMYK
RGB Variations
Color information
#FA8526 (or 0xFA8526) is known color: Carrot Orange. HEX triplet: FA, 85 and 26. RGB value is (250,133,38). Sum of RGB (Red+Green+Blue) = 250+133+38=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8526 is #057AD9. Grayscale: #9D9D9D. Windows color (decimal): -359130 or 2524666. OLE color: 2524666.
HSL color Cylindrical-coordinate representation of color #FA8526: hue angle of 26.89º 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 #FA8526 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 38 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.02 |
| HSL | 26.89º | 0.95% | 0.56% | - |
| HSV(B) | 26.89º | 0.85% | 0.98% | - |
| XYZ | 48.16 | 37.24 | 6.48 | - |
| YUV | 157.15 | 60.76 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 38 | 0 | 0.47 | 0.85 | 0.02 | 26.89 | 0.95 | 0.56 |
| Hex | FA | 85 | 26 | 0 | 2F | 55 | 2 | 1B | 5F | 38 |
| Octal | 372 | 205 | 46 | 0 | 57 | 125 | 2 | 33 | 137 | 70 |
| Binary | 11111010 | 10000101 | 100110 | 0 | 101111 | 1010101 | 10 | 11011 | 1011111 | 111000 |
Color Harmonies of #FA8526
Complementary color
Monochromatic Colors of #FA8526
Black with #FA8526
Text Example
Text Example
White with #FA8526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8526; }
p { color: rgb(250,133,38); }
H1.HeaderClassName
{
color: #FA8526;
}
.AnyTagClassName
{
color: #FA8526;
}
</style>
background-color css
<style>
a { background-color: #FA8526; }
a { background-color: rgb(250,133,38); }
div.DivClassName
{
background-color: #FA8526;
}
.BgClassName
{
background-color: #FA8526;
}
</style>
border-color css
<style>
span { border-color: #FA8526; }
span { border-color: rgb(250,133,38); }
td.TdClassName
{
border-color: #FA8526;
}
.TagClassName
{
border-color: #FA8526;
}
</style>