Shades of Carrot Orange #FB9117
Tints of Carrot Orange #FB9117
RGB
CMYK
RGB Variations
Color information
#FB9117 (or 0xFB9117) is known color: Carrot Orange. HEX triplet: FB, 91 and 17. RGB value is (251,145,23). Sum of RGB (Red+Green+Blue) = 251+145+23=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9117 is #046EE8. Grayscale: #A3A3A3. Windows color (decimal): -290537 or 1544699. OLE color: 1544699.
HSL color Cylindrical-coordinate representation of color #FB9117: hue angle of 32.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB9117 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 23 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.02 |
| HSL | 32.11º | 0.97% | 0.54% | - |
| HSV(B) | 32.11º | 0.91% | 0.98% | - |
| XYZ | 50.06 | 40.82 | 6.05 | - |
| YUV | 162.79 | 49.12 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 23 | 0 | 0.42 | 0.91 | 0.02 | 32.11 | 0.97 | 0.54 |
| Hex | FB | 91 | 17 | 0 | 2A | 5B | 2 | 20 | 61 | 36 |
| Octal | 373 | 221 | 27 | 0 | 52 | 133 | 2 | 40 | 141 | 66 |
| Binary | 11111011 | 10010001 | 10111 | 0 | 101010 | 1011011 | 10 | 100000 | 1100001 | 110110 |
Color Harmonies of #FB9117
Complementary color
Monochromatic Colors of #FB9117
Black with #FB9117
Text Example
Text Example
White with #FB9117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9117; }
p { color: rgb(251,145,23); }
H1.HeaderClassName
{
color: #FB9117;
}
.AnyTagClassName
{
color: #FB9117;
}
</style>
background-color css
<style>
a { background-color: #FB9117; }
a { background-color: rgb(251,145,23); }
div.DivClassName
{
background-color: #FB9117;
}
.BgClassName
{
background-color: #FB9117;
}
</style>
border-color css
<style>
span { border-color: #FB9117; }
span { border-color: rgb(251,145,23); }
td.TdClassName
{
border-color: #FB9117;
}
.TagClassName
{
border-color: #FB9117;
}
</style>