Shades of Carrot Orange #FE9517
Tints of Carrot Orange #FE9517
RGB
CMYK
RGB Variations
Color information
#FE9517 (or 0xFE9517) is known color: Carrot Orange. HEX triplet: FE, 95 and 17. RGB value is (254,149,23). Sum of RGB (Red+Green+Blue) = 254+149+23=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9517 is #016AE8. Grayscale: #A6A6A6. Windows color (decimal): -92905 or 1545726. OLE color: 1545726.
HSL color Cylindrical-coordinate representation of color #FE9517: hue angle of 32.73º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE9517 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 23 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.00 |
| HSL | 32.73º | 0.99% | 0.54% | - |
| HSV(B) | 32.73º | 0.91% | 1% | - |
| XYZ | 51.78 | 42.63 | 6.31 | - |
| YUV | 166.03 | 47.29 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 23 | 0 | 0.41 | 0.91 | 0.00 | 32.73 | 0.99 | 0.54 |
| Hex | FE | 95 | 17 | 0 | 29 | 5B | 0 | 21 | 63 | 36 |
| Octal | 376 | 225 | 27 | 0 | 51 | 133 | 0 | 41 | 143 | 66 |
| Binary | 11111110 | 10010101 | 10111 | 0 | 101001 | 1011011 | 0 | 100001 | 1100011 | 110110 |
Color Harmonies of #FE9517
Complementary color
Monochromatic Colors of #FE9517
Black with #FE9517
Text Example
Text Example
White with #FE9517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9517; }
p { color: rgb(254,149,23); }
H1.HeaderClassName
{
color: #FE9517;
}
.AnyTagClassName
{
color: #FE9517;
}
</style>
background-color css
<style>
a { background-color: #FE9517; }
a { background-color: rgb(254,149,23); }
div.DivClassName
{
background-color: #FE9517;
}
.BgClassName
{
background-color: #FE9517;
}
</style>
border-color css
<style>
span { border-color: #FE9517; }
span { border-color: rgb(254,149,23); }
td.TdClassName
{
border-color: #FE9517;
}
.TagClassName
{
border-color: #FE9517;
}
</style>