Shades of Carrot Orange #FE971B
Tints of Carrot Orange #FE971B
RGB
CMYK
RGB Variations
Color information
#FE971B (or 0xFE971B) is known color: Carrot Orange. HEX triplet: FE, 97 and 1B. RGB value is (254,151,27). Sum of RGB (Red+Green+Blue) = 254+151+27=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE971B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE971B is #0168E4. Grayscale: #A8A8A8. Windows color (decimal): -92389 or 1808382. OLE color: 1808382.
HSL color Cylindrical-coordinate representation of color #FE971B: hue angle of 32.78º 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 #FE971B is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 27 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.00 |
| HSL | 32.78º | 0.99% | 0.55% | - |
| HSV(B) | 32.78º | 0.89% | 1% | - |
| XYZ | 52.14 | 43.28 | 6.64 | - |
| YUV | 167.66 | 48.62 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 27 | 0 | 0.41 | 0.89 | 0.00 | 32.78 | 0.99 | 0.55 |
| Hex | FE | 97 | 1B | 0 | 29 | 59 | 0 | 21 | 63 | 37 |
| Octal | 376 | 227 | 33 | 0 | 51 | 131 | 0 | 41 | 143 | 67 |
| Binary | 11111110 | 10010111 | 11011 | 0 | 101001 | 1011001 | 0 | 100001 | 1100011 | 110111 |
Color Harmonies of #FE971B
Complementary color
Monochromatic Colors of #FE971B
Black with #FE971B
Text Example
Text Example
White with #FE971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE971B; }
p { color: rgb(254,151,27); }
H1.HeaderClassName
{
color: #FE971B;
}
.AnyTagClassName
{
color: #FE971B;
}
</style>
background-color css
<style>
a { background-color: #FE971B; }
a { background-color: rgb(254,151,27); }
div.DivClassName
{
background-color: #FE971B;
}
.BgClassName
{
background-color: #FE971B;
}
</style>
border-color css
<style>
span { border-color: #FE971B; }
span { border-color: rgb(254,151,27); }
td.TdClassName
{
border-color: #FE971B;
}
.TagClassName
{
border-color: #FE971B;
}
</style>