Shades of Carrot Orange #FF971B
Tints of Carrot Orange #FF971B
RGB
CMYK
RGB Variations
Color information
#FF971B (or 0xFF971B) is known color: Carrot Orange. HEX triplet: FF, 97 and 1B. RGB value is (255,151,27). Sum of RGB (Red+Green+Blue) = 255+151+27=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF971B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF971B is #0068E4. Grayscale: #A8A8A8. Windows color (decimal): -26853 or 1808383. OLE color: 1808383.
HSL color Cylindrical-coordinate representation of color #FF971B: hue angle of 32.63º 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 #FF971B is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 27 | - |
| CMYK | 0 | 0.41 | 0.89 | 0 |
| HSL | 32.63º | 1% | 0.55% | - |
| HSV(B) | 32.63º | 0.89% | 1% | - |
| XYZ | 52.5 | 43.47 | 6.66 | - |
| YUV | 167.96 | 48.46 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 27 | 0 | 0.41 | 0.89 | 0 | 32.63 | 1 | 0.55 |
| Hex | FF | 97 | 1B | 0 | 29 | 59 | 0 | 21 | 64 | 37 |
| Octal | 377 | 227 | 33 | 0 | 51 | 131 | 0 | 41 | 144 | 67 |
| Binary | 11111111 | 10010111 | 11011 | 0 | 101001 | 1011001 | 0 | 100001 | 1100100 | 110111 |
Color Harmonies of #FF971B
Complementary color
Monochromatic Colors of #FF971B
Black with #FF971B
Text Example
Text Example
White with #FF971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF971B; }
p { color: rgb(255,151,27); }
H1.HeaderClassName
{
color: #FF971B;
}
.AnyTagClassName
{
color: #FF971B;
}
</style>
background-color css
<style>
a { background-color: #FF971B; }
a { background-color: rgb(255,151,27); }
div.DivClassName
{
background-color: #FF971B;
}
.BgClassName
{
background-color: #FF971B;
}
</style>
border-color css
<style>
span { border-color: #FF971B; }
span { border-color: rgb(255,151,27); }
td.TdClassName
{
border-color: #FF971B;
}
.TagClassName
{
border-color: #FF971B;
}
</style>