Shades of Carrot Orange #FF911E
Tints of Carrot Orange #FF911E
RGB
CMYK
RGB Variations
Color information
#FF911E (or 0xFF911E) is known color: Carrot Orange. HEX triplet: FF, 91 and 1E. RGB value is (255,145,30). Sum of RGB (Red+Green+Blue) = 255+145+30=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF911E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF911E is #006EE1. Grayscale: #A5A5A5. Windows color (decimal): -28386 or 2003455. OLE color: 2003455.
HSL color Cylindrical-coordinate representation of color #FF911E: hue angle of 30.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF911E is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 30 | - |
| CMYK | 0 | 0.43 | 0.88 | 0 |
| HSL | 30.67º | 1% | 0.56% | - |
| HSV(B) | 30.67º | 0.88% | 1% | - |
| XYZ | 51.6 | 41.6 | 6.54 | - |
| YUV | 164.78 | 51.94 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 30 | 0 | 0.43 | 0.88 | 0 | 30.67 | 1 | 0.56 |
| Hex | FF | 91 | 1E | 0 | 2B | 58 | 0 | 1F | 64 | 38 |
| Octal | 377 | 221 | 36 | 0 | 53 | 130 | 0 | 37 | 144 | 70 |
| Binary | 11111111 | 10010001 | 11110 | 0 | 101011 | 1011000 | 0 | 11111 | 1100100 | 111000 |
Color Harmonies of #FF911E
Complementary color
Monochromatic Colors of #FF911E
Black with #FF911E
Text Example
Text Example
White with #FF911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF911E; }
p { color: rgb(255,145,30); }
H1.HeaderClassName
{
color: #FF911E;
}
.AnyTagClassName
{
color: #FF911E;
}
</style>
background-color css
<style>
a { background-color: #FF911E; }
a { background-color: rgb(255,145,30); }
div.DivClassName
{
background-color: #FF911E;
}
.BgClassName
{
background-color: #FF911E;
}
</style>
border-color css
<style>
span { border-color: #FF911E; }
span { border-color: rgb(255,145,30); }
td.TdClassName
{
border-color: #FF911E;
}
.TagClassName
{
border-color: #FF911E;
}
</style>