Shades of Carrot Orange #FC971A
Tints of Carrot Orange #FC971A
RGB
CMYK
RGB Variations
Color information
#FC971A (or 0xFC971A) is known color: Carrot Orange. HEX triplet: FC, 97 and 1A. RGB value is (252,151,26). Sum of RGB (Red+Green+Blue) = 252+151+26=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC971A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC971A is #0368E5. Grayscale: #A7A7A7. Windows color (decimal): -223462 or 1742844. OLE color: 1742844.
HSL color Cylindrical-coordinate representation of color #FC971A: hue angle of 33.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC971A is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 151 | 26 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.01 |
| HSL | 33.19º | 0.97% | 0.55% | - |
| HSV(B) | 33.19º | 0.9% | 0.99% | - |
| XYZ | 51.4 | 42.9 | 6.55 | - |
| YUV | 166.95 | 48.46 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 151 | 26 | 0 | 0.40 | 0.90 | 0.01 | 33.19 | 0.97 | 0.55 |
| Hex | FC | 97 | 1A | 0 | 28 | 5A | 1 | 21 | 61 | 37 |
| Octal | 374 | 227 | 32 | 0 | 50 | 132 | 1 | 41 | 141 | 67 |
| Binary | 11111100 | 10010111 | 11010 | 0 | 101000 | 1011010 | 1 | 100001 | 1100001 | 110111 |
Color Harmonies of #FC971A
Complementary color
Monochromatic Colors of #FC971A
Black with #FC971A
Text Example
Text Example
White with #FC971A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC971A; }
p { color: rgb(252,151,26); }
H1.HeaderClassName
{
color: #FC971A;
}
.AnyTagClassName
{
color: #FC971A;
}
</style>
background-color css
<style>
a { background-color: #FC971A; }
a { background-color: rgb(252,151,26); }
div.DivClassName
{
background-color: #FC971A;
}
.BgClassName
{
background-color: #FC971A;
}
</style>
border-color css
<style>
span { border-color: #FC971A; }
span { border-color: rgb(252,151,26); }
td.TdClassName
{
border-color: #FC971A;
}
.TagClassName
{
border-color: #FC971A;
}
</style>