Shades of Carrot Orange #FF971E
Tints of Carrot Orange #FF971E
RGB
CMYK
RGB Variations
Color information
#FF971E (or 0xFF971E) is known color: Carrot Orange. HEX triplet: FF, 97 and 1E. RGB value is (255,151,30). Sum of RGB (Red+Green+Blue) = 255+151+30=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF971E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF971E is #0068E1. Grayscale: #A8A8A8. Windows color (decimal): -26850 or 2004991. OLE color: 2004991.
HSL color Cylindrical-coordinate representation of color #FF971E: hue angle of 32.27º 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 #FF971E is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 30 | - |
| CMYK | 0 | 0.41 | 0.88 | 0 |
| HSL | 32.27º | 1% | 0.56% | - |
| HSV(B) | 32.27º | 0.88% | 1% | - |
| XYZ | 52.54 | 43.49 | 6.85 | - |
| YUV | 168.3 | 49.96 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 30 | 0 | 0.41 | 0.88 | 0 | 32.27 | 1 | 0.56 |
| Hex | FF | 97 | 1E | 0 | 29 | 58 | 0 | 20 | 64 | 38 |
| Octal | 377 | 227 | 36 | 0 | 51 | 130 | 0 | 40 | 144 | 70 |
| Binary | 11111111 | 10010111 | 11110 | 0 | 101001 | 1011000 | 0 | 100000 | 1100100 | 111000 |
Color Harmonies of #FF971E
Complementary color
Monochromatic Colors of #FF971E
Black with #FF971E
Text Example
Text Example
White with #FF971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF971E; }
p { color: rgb(255,151,30); }
H1.HeaderClassName
{
color: #FF971E;
}
.AnyTagClassName
{
color: #FF971E;
}
</style>
background-color css
<style>
a { background-color: #FF971E; }
a { background-color: rgb(255,151,30); }
div.DivClassName
{
background-color: #FF971E;
}
.BgClassName
{
background-color: #FF971E;
}
</style>
border-color css
<style>
span { border-color: #FF971E; }
span { border-color: rgb(255,151,30); }
td.TdClassName
{
border-color: #FF971E;
}
.TagClassName
{
border-color: #FF971E;
}
</style>