Shades of Carrot Orange #FF941D
Tints of Carrot Orange #FF941D
RGB
CMYK
RGB Variations
Color information
#FF941D (or 0xFF941D) is known color: Carrot Orange. HEX triplet: FF, 94 and 1D. RGB value is (255,148,29). Sum of RGB (Red+Green+Blue) = 255+148+29=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF941D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF941D is #006BE2. Grayscale: #A7A7A7. Windows color (decimal): -27619 or 1938687. OLE color: 1938687.
HSL color Cylindrical-coordinate representation of color #FF941D: hue angle of 31.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF941D is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 29 | - |
| CMYK | 0 | 0.42 | 0.89 | 0 |
| HSL | 31.59º | 1% | 0.56% | - |
| HSV(B) | 31.59º | 0.89% | 1% | - |
| XYZ | 52.05 | 42.53 | 6.63 | - |
| YUV | 166.43 | 50.45 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 29 | 0 | 0.42 | 0.89 | 0 | 31.59 | 1 | 0.56 |
| Hex | FF | 94 | 1D | 0 | 2A | 59 | 0 | 20 | 64 | 38 |
| Octal | 377 | 224 | 35 | 0 | 52 | 131 | 0 | 40 | 144 | 70 |
| Binary | 11111111 | 10010100 | 11101 | 0 | 101010 | 1011001 | 0 | 100000 | 1100100 | 111000 |
Color Harmonies of #FF941D
Complementary color
Monochromatic Colors of #FF941D
Black with #FF941D
Text Example
Text Example
White with #FF941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF941D; }
p { color: rgb(255,148,29); }
H1.HeaderClassName
{
color: #FF941D;
}
.AnyTagClassName
{
color: #FF941D;
}
</style>
background-color css
<style>
a { background-color: #FF941D; }
a { background-color: rgb(255,148,29); }
div.DivClassName
{
background-color: #FF941D;
}
.BgClassName
{
background-color: #FF941D;
}
</style>
border-color css
<style>
span { border-color: #FF941D; }
span { border-color: rgb(255,148,29); }
td.TdClassName
{
border-color: #FF941D;
}
.TagClassName
{
border-color: #FF941D;
}
</style>