Shades of Neon Carrot #FF943D
Tints of Neon Carrot #FF943D
RGB
CMYK
RGB Variations
Color information
#FF943D (or 0xFF943D) is known color: Neon Carrot. HEX triplet: FF, 94 and 3D. RGB value is (255,148,61). Sum of RGB (Red+Green+Blue) = 255+148+61=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF943D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF943D is #006BC2. Grayscale: #AAAAAA. Windows color (decimal): -27587 or 4035839. OLE color: 4035839.
HSL color Cylindrical-coordinate representation of color #FF943D: hue angle of 26.91º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF943D is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 61 | - |
| CMYK | 0 | 0.42 | 0.76 | 0 |
| HSL | 26.91º | 1% | 0.62% | - |
| HSV(B) | 26.91º | 0.76% | 1% | - |
| XYZ | 52.67 | 42.78 | 9.9 | - |
| YUV | 170.08 | 66.45 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 61 | 0 | 0.42 | 0.76 | 0 | 26.91 | 1 | 0.62 |
| Hex | FF | 94 | 3D | 0 | 2A | 4C | 0 | 1B | 64 | 3E |
| Octal | 377 | 224 | 75 | 0 | 52 | 114 | 0 | 33 | 144 | 76 |
| Binary | 11111111 | 10010100 | 111101 | 0 | 101010 | 1001100 | 0 | 11011 | 1100100 | 111110 |
Color Harmonies of #FF943D
Complementary color
Monochromatic Colors of #FF943D
Black with #FF943D
Text Example
Text Example
White with #FF943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF943D; }
p { color: rgb(255,148,61); }
H1.HeaderClassName
{
color: #FF943D;
}
.AnyTagClassName
{
color: #FF943D;
}
</style>
background-color css
<style>
a { background-color: #FF943D; }
a { background-color: rgb(255,148,61); }
div.DivClassName
{
background-color: #FF943D;
}
.BgClassName
{
background-color: #FF943D;
}
</style>
border-color css
<style>
span { border-color: #FF943D; }
span { border-color: rgb(255,148,61); }
td.TdClassName
{
border-color: #FF943D;
}
.TagClassName
{
border-color: #FF943D;
}
</style>