Shades of Carrot Orange #FA951E
Tints of Carrot Orange #FA951E
RGB
CMYK
RGB Variations
Color information
#FA951E (or 0xFA951E) is known color: Carrot Orange. HEX triplet: FA, 95 and 1E. RGB value is (250,149,30). Sum of RGB (Red+Green+Blue) = 250+149+30=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA951E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA951E is #056AE1. Grayscale: #A6A6A6. Windows color (decimal): -355042 or 2004474. OLE color: 2004474.
HSL color Cylindrical-coordinate representation of color #FA951E: hue angle of 32.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA951E is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 30 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.02 |
| HSL | 32.45º | 0.96% | 0.55% | - |
| HSV(B) | 32.45º | 0.88% | 0.98% | - |
| XYZ | 50.41 | 41.91 | 6.66 | - |
| YUV | 165.63 | 51.46 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 30 | 0 | 0.40 | 0.88 | 0.02 | 32.45 | 0.96 | 0.55 |
| Hex | FA | 95 | 1E | 0 | 28 | 58 | 2 | 20 | 60 | 37 |
| Octal | 372 | 225 | 36 | 0 | 50 | 130 | 2 | 40 | 140 | 67 |
| Binary | 11111010 | 10010101 | 11110 | 0 | 101000 | 1011000 | 10 | 100000 | 1100000 | 110111 |
Color Harmonies of #FA951E
Complementary color
Monochromatic Colors of #FA951E
Black with #FA951E
Text Example
Text Example
White with #FA951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA951E; }
p { color: rgb(250,149,30); }
H1.HeaderClassName
{
color: #FA951E;
}
.AnyTagClassName
{
color: #FA951E;
}
</style>
background-color css
<style>
a { background-color: #FA951E; }
a { background-color: rgb(250,149,30); }
div.DivClassName
{
background-color: #FA951E;
}
.BgClassName
{
background-color: #FA951E;
}
</style>
border-color css
<style>
span { border-color: #FA951E; }
span { border-color: rgb(250,149,30); }
td.TdClassName
{
border-color: #FA951E;
}
.TagClassName
{
border-color: #FA951E;
}
</style>