Shades of Carrot Orange #FF931E
Tints of Carrot Orange #FF931E
RGB
CMYK
RGB Variations
Color information
#FF931E (or 0xFF931E) is known color: Carrot Orange. HEX triplet: FF, 93 and 1E. RGB value is (255,147,30). Sum of RGB (Red+Green+Blue) = 255+147+30=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF931E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF931E is #006CE1. Grayscale: #A6A6A6. Windows color (decimal): -27874 or 2003967. OLE color: 2003967.
HSL color Cylindrical-coordinate representation of color #FF931E: hue angle of 31.2º 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 #FF931E is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 30 | - |
| CMYK | 0 | 0.42 | 0.88 | 0 |
| HSL | 31.2º | 1% | 0.56% | - |
| HSV(B) | 31.2º | 0.88% | 1% | - |
| XYZ | 51.91 | 42.22 | 6.64 | - |
| YUV | 165.95 | 51.28 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 30 | 0 | 0.42 | 0.88 | 0 | 31.2 | 1 | 0.56 |
| Hex | FF | 93 | 1E | 0 | 2A | 58 | 0 | 1F | 64 | 38 |
| Octal | 377 | 223 | 36 | 0 | 52 | 130 | 0 | 37 | 144 | 70 |
| Binary | 11111111 | 10010011 | 11110 | 0 | 101010 | 1011000 | 0 | 11111 | 1100100 | 111000 |
Color Harmonies of #FF931E
Complementary color
Monochromatic Colors of #FF931E
Black with #FF931E
Text Example
Text Example
White with #FF931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF931E; }
p { color: rgb(255,147,30); }
H1.HeaderClassName
{
color: #FF931E;
}
.AnyTagClassName
{
color: #FF931E;
}
</style>
background-color css
<style>
a { background-color: #FF931E; }
a { background-color: rgb(255,147,30); }
div.DivClassName
{
background-color: #FF931E;
}
.BgClassName
{
background-color: #FF931E;
}
</style>
border-color css
<style>
span { border-color: #FF931E; }
span { border-color: rgb(255,147,30); }
td.TdClassName
{
border-color: #FF931E;
}
.TagClassName
{
border-color: #FF931E;
}
</style>