Shades of Carrot Orange #FF9417
Tints of Carrot Orange #FF9417
RGB
CMYK
RGB Variations
Color information
#FF9417 (or 0xFF9417) is known color: Carrot Orange. HEX triplet: FF, 94 and 17. RGB value is (255,148,23). Sum of RGB (Red+Green+Blue) = 255+148+23=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9417 is #006BE8. Grayscale: #A6A6A6. Windows color (decimal): -27625 or 1545471. OLE color: 1545471.
HSL color Cylindrical-coordinate representation of color #FF9417: hue angle of 32.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF9417 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 23 | - |
| CMYK | 0 | 0.42 | 0.91 | 0 |
| HSL | 32.33º | 1% | 0.55% | - |
| HSV(B) | 32.33º | 0.91% | 1% | - |
| XYZ | 51.98 | 42.5 | 6.27 | - |
| YUV | 165.74 | 47.45 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 23 | 0 | 0.42 | 0.91 | 0 | 32.33 | 1 | 0.55 |
| Hex | FF | 94 | 17 | 0 | 2A | 5B | 0 | 20 | 64 | 37 |
| Octal | 377 | 224 | 27 | 0 | 52 | 133 | 0 | 40 | 144 | 67 |
| Binary | 11111111 | 10010100 | 10111 | 0 | 101010 | 1011011 | 0 | 100000 | 1100100 | 110111 |
Color Harmonies of #FF9417
Complementary color
Monochromatic Colors of #FF9417
Black with #FF9417
Text Example
Text Example
White with #FF9417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9417; }
p { color: rgb(255,148,23); }
H1.HeaderClassName
{
color: #FF9417;
}
.AnyTagClassName
{
color: #FF9417;
}
</style>
background-color css
<style>
a { background-color: #FF9417; }
a { background-color: rgb(255,148,23); }
div.DivClassName
{
background-color: #FF9417;
}
.BgClassName
{
background-color: #FF9417;
}
</style>
border-color css
<style>
span { border-color: #FF9417; }
span { border-color: rgb(255,148,23); }
td.TdClassName
{
border-color: #FF9417;
}
.TagClassName
{
border-color: #FF9417;
}
</style>