Shades of Carrot Orange #FE961D
Tints of Carrot Orange #FE961D
RGB
CMYK
RGB Variations
Color information
#FE961D (or 0xFE961D) is known color: Carrot Orange. HEX triplet: FE, 96 and 1D. RGB value is (254,150,29). Sum of RGB (Red+Green+Blue) = 254+150+29=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE961D is #0169E2. Grayscale: #A7A7A7. Windows color (decimal): -92643 or 1939198. OLE color: 1939198.
HSL color Cylindrical-coordinate representation of color #FE961D: hue angle of 32.27º 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 #FE961D is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 29 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.00 |
| HSL | 32.27º | 0.99% | 0.55% | - |
| HSV(B) | 32.27º | 0.89% | 1% | - |
| XYZ | 52 | 42.97 | 6.72 | - |
| YUV | 167.3 | 49.96 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 29 | 0 | 0.41 | 0.89 | 0.00 | 32.27 | 0.99 | 0.55 |
| Hex | FE | 96 | 1D | 0 | 29 | 59 | 0 | 20 | 63 | 37 |
| Octal | 376 | 226 | 35 | 0 | 51 | 131 | 0 | 40 | 143 | 67 |
| Binary | 11111110 | 10010110 | 11101 | 0 | 101001 | 1011001 | 0 | 100000 | 1100011 | 110111 |
Color Harmonies of #FE961D
Complementary color
Monochromatic Colors of #FE961D
Black with #FE961D
Text Example
Text Example
White with #FE961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE961D; }
p { color: rgb(254,150,29); }
H1.HeaderClassName
{
color: #FE961D;
}
.AnyTagClassName
{
color: #FE961D;
}
</style>
background-color css
<style>
a { background-color: #FE961D; }
a { background-color: rgb(254,150,29); }
div.DivClassName
{
background-color: #FE961D;
}
.BgClassName
{
background-color: #FE961D;
}
</style>
border-color css
<style>
span { border-color: #FE961D; }
span { border-color: rgb(254,150,29); }
td.TdClassName
{
border-color: #FE961D;
}
.TagClassName
{
border-color: #FE961D;
}
</style>