Shades of Carrot Orange #FF9216
Tints of Carrot Orange #FF9216
RGB
CMYK
RGB Variations
Color information
#FF9216 (or 0xFF9216) is known color: Carrot Orange. HEX triplet: FF, 92 and 16. RGB value is (255,146,22). Sum of RGB (Red+Green+Blue) = 255+146+22=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9216 is #006DE9. Grayscale: #A5A5A5. Windows color (decimal): -28138 or 1479423. OLE color: 1479423.
HSL color Cylindrical-coordinate representation of color #FF9216: hue angle of 31.93º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF9216 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 22 | - |
| CMYK | 0 | 0.43 | 0.91 | 0 |
| HSL | 31.93º | 1% | 0.54% | - |
| HSV(B) | 31.93º | 0.91% | 1% | - |
| XYZ | 51.66 | 41.88 | 6.12 | - |
| YUV | 164.46 | 47.61 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 22 | 0 | 0.43 | 0.91 | 0 | 31.93 | 1 | 0.54 |
| Hex | FF | 92 | 16 | 0 | 2B | 5B | 0 | 20 | 64 | 36 |
| Octal | 377 | 222 | 26 | 0 | 53 | 133 | 0 | 40 | 144 | 66 |
| Binary | 11111111 | 10010010 | 10110 | 0 | 101011 | 1011011 | 0 | 100000 | 1100100 | 110110 |
Color Harmonies of #FF9216
Complementary color
Monochromatic Colors of #FF9216
Black with #FF9216
Text Example
Text Example
White with #FF9216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9216; }
p { color: rgb(255,146,22); }
H1.HeaderClassName
{
color: #FF9216;
}
.AnyTagClassName
{
color: #FF9216;
}
</style>
background-color css
<style>
a { background-color: #FF9216; }
a { background-color: rgb(255,146,22); }
div.DivClassName
{
background-color: #FF9216;
}
.BgClassName
{
background-color: #FF9216;
}
</style>
border-color css
<style>
span { border-color: #FF9216; }
span { border-color: rgb(255,146,22); }
td.TdClassName
{
border-color: #FF9216;
}
.TagClassName
{
border-color: #FF9216;
}
</style>