Shades of Carrot Orange #FA951C
Tints of Carrot Orange #FA951C
RGB
CMYK
RGB Variations
Color information
#FA951C (or 0xFA951C) is known color: Carrot Orange. HEX triplet: FA, 95 and 1C. RGB value is (250,149,28). Sum of RGB (Red+Green+Blue) = 250+149+28=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA951C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA951C is #056AE3. Grayscale: #A5A5A5. Windows color (decimal): -355044 or 1873402. OLE color: 1873402.
HSL color Cylindrical-coordinate representation of color #FA951C: hue angle of 32.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA951C is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 28 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.02 |
| HSL | 32.7º | 0.96% | 0.55% | - |
| HSV(B) | 32.7º | 0.89% | 0.98% | - |
| XYZ | 50.38 | 41.9 | 6.53 | - |
| YUV | 165.41 | 50.46 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 28 | 0 | 0.40 | 0.89 | 0.02 | 32.7 | 0.96 | 0.55 |
| Hex | FA | 95 | 1C | 0 | 28 | 59 | 2 | 21 | 60 | 37 |
| Octal | 372 | 225 | 34 | 0 | 50 | 131 | 2 | 41 | 140 | 67 |
| Binary | 11111010 | 10010101 | 11100 | 0 | 101000 | 1011001 | 10 | 100001 | 1100000 | 110111 |
Color Harmonies of #FA951C
Complementary color
Monochromatic Colors of #FA951C
Black with #FA951C
Text Example
Text Example
White with #FA951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA951C; }
p { color: rgb(250,149,28); }
H1.HeaderClassName
{
color: #FA951C;
}
.AnyTagClassName
{
color: #FA951C;
}
</style>
background-color css
<style>
a { background-color: #FA951C; }
a { background-color: rgb(250,149,28); }
div.DivClassName
{
background-color: #FA951C;
}
.BgClassName
{
background-color: #FA951C;
}
</style>
border-color css
<style>
span { border-color: #FA951C; }
span { border-color: rgb(250,149,28); }
td.TdClassName
{
border-color: #FA951C;
}
.TagClassName
{
border-color: #FA951C;
}
</style>