Shades of Carrot Orange #FF911C
Tints of Carrot Orange #FF911C
RGB
CMYK
RGB Variations
Color information
#FF911C (or 0xFF911C) is known color: Carrot Orange. HEX triplet: FF, 91 and 1C. RGB value is (255,145,28). Sum of RGB (Red+Green+Blue) = 255+145+28=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF911C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF911C is #006EE3. Grayscale: #A5A5A5. Windows color (decimal): -28388 or 1872383. OLE color: 1872383.
HSL color Cylindrical-coordinate representation of color #FF911C: hue angle of 30.93º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF911C is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 28 | - |
| CMYK | 0 | 0.43 | 0.89 | 0 |
| HSL | 30.93º | 1% | 0.55% | - |
| HSV(B) | 30.93º | 0.89% | 1% | - |
| XYZ | 51.58 | 41.59 | 6.41 | - |
| YUV | 164.55 | 50.94 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 28 | 0 | 0.43 | 0.89 | 0 | 30.93 | 1 | 0.55 |
| Hex | FF | 91 | 1C | 0 | 2B | 59 | 0 | 1F | 64 | 37 |
| Octal | 377 | 221 | 34 | 0 | 53 | 131 | 0 | 37 | 144 | 67 |
| Binary | 11111111 | 10010001 | 11100 | 0 | 101011 | 1011001 | 0 | 11111 | 1100100 | 110111 |
Color Harmonies of #FF911C
Complementary color
Monochromatic Colors of #FF911C
Black with #FF911C
Text Example
Text Example
White with #FF911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF911C; }
p { color: rgb(255,145,28); }
H1.HeaderClassName
{
color: #FF911C;
}
.AnyTagClassName
{
color: #FF911C;
}
</style>
background-color css
<style>
a { background-color: #FF911C; }
a { background-color: rgb(255,145,28); }
div.DivClassName
{
background-color: #FF911C;
}
.BgClassName
{
background-color: #FF911C;
}
</style>
border-color css
<style>
span { border-color: #FF911C; }
span { border-color: rgb(255,145,28); }
td.TdClassName
{
border-color: #FF911C;
}
.TagClassName
{
border-color: #FF911C;
}
</style>