Shades of Carrot Orange #FD9117
Tints of Carrot Orange #FD9117
RGB
CMYK
RGB Variations
Color information
#FD9117 (or 0xFD9117) is known color: Carrot Orange. HEX triplet: FD, 91 and 17. RGB value is (253,145,23). Sum of RGB (Red+Green+Blue) = 253+145+23=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9117 is #026EE8. Grayscale: #A3A3A3. Windows color (decimal): -159465 or 1544701. OLE color: 1544701.
HSL color Cylindrical-coordinate representation of color #FD9117: hue angle of 31.83º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD9117 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 23 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.01 |
| HSL | 31.83º | 0.98% | 0.54% | - |
| HSV(B) | 31.83º | 0.91% | 0.99% | - |
| XYZ | 50.79 | 41.2 | 6.09 | - |
| YUV | 163.38 | 48.78 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 23 | 0 | 0.43 | 0.91 | 0.01 | 31.83 | 0.98 | 0.54 |
| Hex | FD | 91 | 17 | 0 | 2B | 5B | 1 | 20 | 62 | 36 |
| Octal | 375 | 221 | 27 | 0 | 53 | 133 | 1 | 40 | 142 | 66 |
| Binary | 11111101 | 10010001 | 10111 | 0 | 101011 | 1011011 | 1 | 100000 | 1100010 | 110110 |
Color Harmonies of #FD9117
Complementary color
Monochromatic Colors of #FD9117
Black with #FD9117
Text Example
Text Example
White with #FD9117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9117; }
p { color: rgb(253,145,23); }
H1.HeaderClassName
{
color: #FD9117;
}
.AnyTagClassName
{
color: #FD9117;
}
</style>
background-color css
<style>
a { background-color: #FD9117; }
a { background-color: rgb(253,145,23); }
div.DivClassName
{
background-color: #FD9117;
}
.BgClassName
{
background-color: #FD9117;
}
</style>
border-color css
<style>
span { border-color: #FD9117; }
span { border-color: rgb(253,145,23); }
td.TdClassName
{
border-color: #FD9117;
}
.TagClassName
{
border-color: #FD9117;
}
</style>