Shades of Carrot Orange #FA8525
Tints of Carrot Orange #FA8525
RGB
CMYK
RGB Variations
Color information
#FA8525 (or 0xFA8525) is known color: Carrot Orange. HEX triplet: FA, 85 and 25. RGB value is (250,133,37). Sum of RGB (Red+Green+Blue) = 250+133+37=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8525 is #057ADA. Grayscale: #9D9D9D. Windows color (decimal): -359131 or 2459130. OLE color: 2459130.
HSL color Cylindrical-coordinate representation of color #FA8525: hue angle of 27.04º degrees, saturation: 0.96, 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 #FA8525 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 37 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.02 |
| HSL | 27.04º | 0.96% | 0.56% | - |
| HSV(B) | 27.04º | 0.85% | 0.98% | - |
| XYZ | 48.15 | 37.23 | 6.4 | - |
| YUV | 157.04 | 60.26 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 37 | 0 | 0.47 | 0.85 | 0.02 | 27.04 | 0.96 | 0.56 |
| Hex | FA | 85 | 25 | 0 | 2F | 55 | 2 | 1B | 60 | 38 |
| Octal | 372 | 205 | 45 | 0 | 57 | 125 | 2 | 33 | 140 | 70 |
| Binary | 11111010 | 10000101 | 100101 | 0 | 101111 | 1010101 | 10 | 11011 | 1100000 | 111000 |
Color Harmonies of #FA8525
Complementary color
Monochromatic Colors of #FA8525
Black with #FA8525
Text Example
Text Example
White with #FA8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8525; }
p { color: rgb(250,133,37); }
H1.HeaderClassName
{
color: #FA8525;
}
.AnyTagClassName
{
color: #FA8525;
}
</style>
background-color css
<style>
a { background-color: #FA8525; }
a { background-color: rgb(250,133,37); }
div.DivClassName
{
background-color: #FA8525;
}
.BgClassName
{
background-color: #FA8525;
}
</style>
border-color css
<style>
span { border-color: #FA8525; }
span { border-color: rgb(250,133,37); }
td.TdClassName
{
border-color: #FA8525;
}
.TagClassName
{
border-color: #FA8525;
}
</style>