Shades of Carrot Orange #FF971C
Tints of Carrot Orange #FF971C
RGB
CMYK
RGB Variations
Color information
#FF971C (or 0xFF971C) is known color: Carrot Orange. HEX triplet: FF, 97 and 1C. RGB value is (255,151,28). Sum of RGB (Red+Green+Blue) = 255+151+28=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF971C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF971C is #0068E3. Grayscale: #A8A8A8. Windows color (decimal): -26852 or 1873919. OLE color: 1873919.
HSL color Cylindrical-coordinate representation of color #FF971C: hue angle of 32.51º 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 #FF971C is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 28 | - |
| CMYK | 0 | 0.41 | 0.89 | 0 |
| HSL | 32.51º | 1% | 0.55% | - |
| HSV(B) | 32.51º | 0.89% | 1% | - |
| XYZ | 52.52 | 43.48 | 6.72 | - |
| YUV | 168.07 | 48.96 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 28 | 0 | 0.41 | 0.89 | 0 | 32.51 | 1 | 0.55 |
| Hex | FF | 97 | 1C | 0 | 29 | 59 | 0 | 21 | 64 | 37 |
| Octal | 377 | 227 | 34 | 0 | 51 | 131 | 0 | 41 | 144 | 67 |
| Binary | 11111111 | 10010111 | 11100 | 0 | 101001 | 1011001 | 0 | 100001 | 1100100 | 110111 |
Color Harmonies of #FF971C
Complementary color
Monochromatic Colors of #FF971C
Black with #FF971C
Text Example
Text Example
White with #FF971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF971C; }
p { color: rgb(255,151,28); }
H1.HeaderClassName
{
color: #FF971C;
}
.AnyTagClassName
{
color: #FF971C;
}
</style>
background-color css
<style>
a { background-color: #FF971C; }
a { background-color: rgb(255,151,28); }
div.DivClassName
{
background-color: #FF971C;
}
.BgClassName
{
background-color: #FF971C;
}
</style>
border-color css
<style>
span { border-color: #FF971C; }
span { border-color: rgb(255,151,28); }
td.TdClassName
{
border-color: #FF971C;
}
.TagClassName
{
border-color: #FF971C;
}
</style>