Shades of Carrot Orange #FA921E
Tints of Carrot Orange #FA921E
RGB
CMYK
RGB Variations
Color information
#FA921E (or 0xFA921E) is known color: Carrot Orange. HEX triplet: FA, 92 and 1E. RGB value is (250,146,30). Sum of RGB (Red+Green+Blue) = 250+146+30=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA921E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA921E is #056DE1. Grayscale: #A4A4A4. Windows color (decimal): -355810 or 2003706. OLE color: 2003706.
HSL color Cylindrical-coordinate representation of color #FA921E: hue angle of 31.64º 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 #FA921E is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 30 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.02 |
| HSL | 31.64º | 0.96% | 0.55% | - |
| HSV(B) | 31.64º | 0.88% | 0.98% | - |
| XYZ | 49.94 | 40.98 | 6.51 | - |
| YUV | 163.87 | 52.46 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 30 | 0 | 0.42 | 0.88 | 0.02 | 31.64 | 0.96 | 0.55 |
| Hex | FA | 92 | 1E | 0 | 2A | 58 | 2 | 20 | 60 | 37 |
| Octal | 372 | 222 | 36 | 0 | 52 | 130 | 2 | 40 | 140 | 67 |
| Binary | 11111010 | 10010010 | 11110 | 0 | 101010 | 1011000 | 10 | 100000 | 1100000 | 110111 |
Color Harmonies of #FA921E
Complementary color
Monochromatic Colors of #FA921E
Black with #FA921E
Text Example
Text Example
White with #FA921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA921E; }
p { color: rgb(250,146,30); }
H1.HeaderClassName
{
color: #FA921E;
}
.AnyTagClassName
{
color: #FA921E;
}
</style>
background-color css
<style>
a { background-color: #FA921E; }
a { background-color: rgb(250,146,30); }
div.DivClassName
{
background-color: #FA921E;
}
.BgClassName
{
background-color: #FA921E;
}
</style>
border-color css
<style>
span { border-color: #FA921E; }
span { border-color: rgb(250,146,30); }
td.TdClassName
{
border-color: #FA921E;
}
.TagClassName
{
border-color: #FA921E;
}
</style>