Shades of Carrot Orange #FE971C
Tints of Carrot Orange #FE971C
RGB
CMYK
RGB Variations
Color information
#FE971C (or 0xFE971C) is known color: Carrot Orange. HEX triplet: FE, 97 and 1C. RGB value is (254,151,28). Sum of RGB (Red+Green+Blue) = 254+151+28=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE971C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE971C is #0168E3. Grayscale: #A8A8A8. Windows color (decimal): -92388 or 1873918. OLE color: 1873918.
HSL color Cylindrical-coordinate representation of color #FE971C: hue angle of 32.65º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE971C is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 28 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.00 |
| HSL | 32.65º | 0.99% | 0.55% | - |
| HSV(B) | 32.65º | 0.89% | 1% | - |
| XYZ | 52.15 | 43.29 | 6.71 | - |
| YUV | 167.78 | 49.12 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 28 | 0 | 0.41 | 0.89 | 0.00 | 32.65 | 0.99 | 0.55 |
| Hex | FE | 97 | 1C | 0 | 29 | 59 | 0 | 21 | 63 | 37 |
| Octal | 376 | 227 | 34 | 0 | 51 | 131 | 0 | 41 | 143 | 67 |
| Binary | 11111110 | 10010111 | 11100 | 0 | 101001 | 1011001 | 0 | 100001 | 1100011 | 110111 |
Color Harmonies of #FE971C
Complementary color
Monochromatic Colors of #FE971C
Black with #FE971C
Text Example
Text Example
White with #FE971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE971C; }
p { color: rgb(254,151,28); }
H1.HeaderClassName
{
color: #FE971C;
}
.AnyTagClassName
{
color: #FE971C;
}
</style>
background-color css
<style>
a { background-color: #FE971C; }
a { background-color: rgb(254,151,28); }
div.DivClassName
{
background-color: #FE971C;
}
.BgClassName
{
background-color: #FE971C;
}
</style>
border-color css
<style>
span { border-color: #FE971C; }
span { border-color: rgb(254,151,28); }
td.TdClassName
{
border-color: #FE971C;
}
.TagClassName
{
border-color: #FE971C;
}
</style>