Shades of Carrot Orange #FA951A
Tints of Carrot Orange #FA951A
RGB
CMYK
RGB Variations
Color information
#FA951A (or 0xFA951A) is known color: Carrot Orange. HEX triplet: FA, 95 and 1A. RGB value is (250,149,26). Sum of RGB (Red+Green+Blue) = 250+149+26=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA951A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA951A is #056AE5. Grayscale: #A5A5A5. Windows color (decimal): -355046 or 1742330. OLE color: 1742330.
HSL color Cylindrical-coordinate representation of color #FA951A: hue angle of 32.95º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA951A is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 26 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.02 |
| HSL | 32.95º | 0.96% | 0.54% | - |
| HSV(B) | 32.95º | 0.9% | 0.98% | - |
| XYZ | 50.36 | 41.89 | 6.41 | - |
| YUV | 165.18 | 49.46 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 26 | 0 | 0.40 | 0.90 | 0.02 | 32.95 | 0.96 | 0.54 |
| Hex | FA | 95 | 1A | 0 | 28 | 5A | 2 | 21 | 60 | 36 |
| Octal | 372 | 225 | 32 | 0 | 50 | 132 | 2 | 41 | 140 | 66 |
| Binary | 11111010 | 10010101 | 11010 | 0 | 101000 | 1011010 | 10 | 100001 | 1100000 | 110110 |
Color Harmonies of #FA951A
Complementary color
Monochromatic Colors of #FA951A
Black with #FA951A
Text Example
Text Example
White with #FA951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA951A; }
p { color: rgb(250,149,26); }
H1.HeaderClassName
{
color: #FA951A;
}
.AnyTagClassName
{
color: #FA951A;
}
</style>
background-color css
<style>
a { background-color: #FA951A; }
a { background-color: rgb(250,149,26); }
div.DivClassName
{
background-color: #FA951A;
}
.BgClassName
{
background-color: #FA951A;
}
</style>
border-color css
<style>
span { border-color: #FA951A; }
span { border-color: rgb(250,149,26); }
td.TdClassName
{
border-color: #FA951A;
}
.TagClassName
{
border-color: #FA951A;
}
</style>