Shades of Carrot Orange #FA8D25
Tints of Carrot Orange #FA8D25
RGB
CMYK
RGB Variations
Color information
#FA8D25 (or 0xFA8D25) is known color: Carrot Orange. HEX triplet: FA, 8D and 25. RGB value is (250,141,37). Sum of RGB (Red+Green+Blue) = 250+141+37=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8D25 is #0572DA. Grayscale: #A2A2A2. Windows color (decimal): -357083 or 2461178. OLE color: 2461178.
HSL color Cylindrical-coordinate representation of color #FA8D25: hue angle of 29.3º 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 #FA8D25 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 37 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.02 |
| HSL | 29.3º | 0.96% | 0.56% | - |
| HSV(B) | 29.3º | 0.85% | 0.98% | - |
| XYZ | 49.28 | 39.51 | 6.78 | - |
| YUV | 161.74 | 57.61 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 37 | 0 | 0.44 | 0.85 | 0.02 | 29.3 | 0.96 | 0.56 |
| Hex | FA | 8D | 25 | 0 | 2C | 55 | 2 | 1D | 60 | 38 |
| Octal | 372 | 215 | 45 | 0 | 54 | 125 | 2 | 35 | 140 | 70 |
| Binary | 11111010 | 10001101 | 100101 | 0 | 101100 | 1010101 | 10 | 11101 | 1100000 | 111000 |
Color Harmonies of #FA8D25
Complementary color
Monochromatic Colors of #FA8D25
Black with #FA8D25
Text Example
Text Example
White with #FA8D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D25; }
p { color: rgb(250,141,37); }
H1.HeaderClassName
{
color: #FA8D25;
}
.AnyTagClassName
{
color: #FA8D25;
}
</style>
background-color css
<style>
a { background-color: #FA8D25; }
a { background-color: rgb(250,141,37); }
div.DivClassName
{
background-color: #FA8D25;
}
.BgClassName
{
background-color: #FA8D25;
}
</style>
border-color css
<style>
span { border-color: #FA8D25; }
span { border-color: rgb(250,141,37); }
td.TdClassName
{
border-color: #FA8D25;
}
.TagClassName
{
border-color: #FA8D25;
}
</style>