Shades of Neon Carrot #FF943C
Tints of Neon Carrot #FF943C
RGB
CMYK
RGB Variations
Color information
#FF943C (or 0xFF943C) is known color: Neon Carrot. HEX triplet: FF, 94 and 3C. RGB value is (255,148,60). Sum of RGB (Red+Green+Blue) = 255+148+60=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF943C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF943C is #006BC3. Grayscale: #AAAAAA. Windows color (decimal): -27588 or 3970303. OLE color: 3970303.
HSL color Cylindrical-coordinate representation of color #FF943C: hue angle of 27.08º 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 #FF943C is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 60 | - |
| CMYK | 0 | 0.42 | 0.76 | 0 |
| HSL | 27.08º | 1% | 0.62% | - |
| HSV(B) | 27.08º | 0.76% | 1% | - |
| XYZ | 52.65 | 42.77 | 9.75 | - |
| YUV | 169.96 | 65.95 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 60 | 0 | 0.42 | 0.76 | 0 | 27.08 | 1 | 0.62 |
| Hex | FF | 94 | 3C | 0 | 2A | 4C | 0 | 1B | 64 | 3E |
| Octal | 377 | 224 | 74 | 0 | 52 | 114 | 0 | 33 | 144 | 76 |
| Binary | 11111111 | 10010100 | 111100 | 0 | 101010 | 1001100 | 0 | 11011 | 1100100 | 111110 |
Color Harmonies of #FF943C
Complementary color
Monochromatic Colors of #FF943C
Black with #FF943C
Text Example
Text Example
White with #FF943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF943C; }
p { color: rgb(255,148,60); }
H1.HeaderClassName
{
color: #FF943C;
}
.AnyTagClassName
{
color: #FF943C;
}
</style>
background-color css
<style>
a { background-color: #FF943C; }
a { background-color: rgb(255,148,60); }
div.DivClassName
{
background-color: #FF943C;
}
.BgClassName
{
background-color: #FF943C;
}
</style>
border-color css
<style>
span { border-color: #FF943C; }
span { border-color: rgb(255,148,60); }
td.TdClassName
{
border-color: #FF943C;
}
.TagClassName
{
border-color: #FF943C;
}
</style>