Shades of Carrot Orange #FF951C
Tints of Carrot Orange #FF951C
RGB
CMYK
RGB Variations
Color information
#FF951C (or 0xFF951C) is known color: Carrot Orange. HEX triplet: FF, 95 and 1C. RGB value is (255,149,28). Sum of RGB (Red+Green+Blue) = 255+149+28=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF951C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF951C is #006AE3. Grayscale: #A7A7A7. Windows color (decimal): -27364 or 1873407. OLE color: 1873407.
HSL color Cylindrical-coordinate representation of color #FF951C: hue angle of 31.98º 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 #FF951C is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 28 | - |
| CMYK | 0 | 0.42 | 0.89 | 0 |
| HSL | 31.98º | 1% | 0.55% | - |
| HSV(B) | 31.98º | 0.89% | 1% | - |
| XYZ | 52.2 | 42.84 | 6.62 | - |
| YUV | 166.9 | 49.62 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 28 | 0 | 0.42 | 0.89 | 0 | 31.98 | 1 | 0.55 |
| Hex | FF | 95 | 1C | 0 | 2A | 59 | 0 | 20 | 64 | 37 |
| Octal | 377 | 225 | 34 | 0 | 52 | 131 | 0 | 40 | 144 | 67 |
| Binary | 11111111 | 10010101 | 11100 | 0 | 101010 | 1011001 | 0 | 100000 | 1100100 | 110111 |
Color Harmonies of #FF951C
Complementary color
Monochromatic Colors of #FF951C
Black with #FF951C
Text Example
Text Example
White with #FF951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF951C; }
p { color: rgb(255,149,28); }
H1.HeaderClassName
{
color: #FF951C;
}
.AnyTagClassName
{
color: #FF951C;
}
</style>
background-color css
<style>
a { background-color: #FF951C; }
a { background-color: rgb(255,149,28); }
div.DivClassName
{
background-color: #FF951C;
}
.BgClassName
{
background-color: #FF951C;
}
</style>
border-color css
<style>
span { border-color: #FF951C; }
span { border-color: rgb(255,149,28); }
td.TdClassName
{
border-color: #FF951C;
}
.TagClassName
{
border-color: #FF951C;
}
</style>