Shades of Neon Carrot #FF943F
Tints of Neon Carrot #FF943F
RGB
CMYK
RGB Variations
Color information
#FF943F (or 0xFF943F) is known color: Neon Carrot. HEX triplet: FF, 94 and 3F. RGB value is (255,148,63). Sum of RGB (Red+Green+Blue) = 255+148+63=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF943F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF943F is #006BC0. Grayscale: #AAAAAA. Windows color (decimal): -27585 or 4166911. OLE color: 4166911.
HSL color Cylindrical-coordinate representation of color #FF943F: hue angle of 26.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF943F is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 63 | - |
| CMYK | 0 | 0.42 | 0.75 | 0 |
| HSL | 26.56º | 1% | 0.62% | - |
| HSV(B) | 26.56º | 0.75% | 1% | - |
| XYZ | 52.73 | 42.8 | 10.18 | - |
| YUV | 170.3 | 67.45 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 63 | 0 | 0.42 | 0.75 | 0 | 26.56 | 1 | 0.62 |
| Hex | FF | 94 | 3F | 0 | 2A | 4B | 0 | 1B | 64 | 3E |
| Octal | 377 | 224 | 77 | 0 | 52 | 113 | 0 | 33 | 144 | 76 |
| Binary | 11111111 | 10010100 | 111111 | 0 | 101010 | 1001011 | 0 | 11011 | 1100100 | 111110 |
Color Harmonies of #FF943F
Complementary color
Monochromatic Colors of #FF943F
Black with #FF943F
Text Example
Text Example
White with #FF943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF943F; }
p { color: rgb(255,148,63); }
H1.HeaderClassName
{
color: #FF943F;
}
.AnyTagClassName
{
color: #FF943F;
}
</style>
background-color css
<style>
a { background-color: #FF943F; }
a { background-color: rgb(255,148,63); }
div.DivClassName
{
background-color: #FF943F;
}
.BgClassName
{
background-color: #FF943F;
}
</style>
border-color css
<style>
span { border-color: #FF943F; }
span { border-color: rgb(255,148,63); }
td.TdClassName
{
border-color: #FF943F;
}
.TagClassName
{
border-color: #FF943F;
}
</style>