Shades of Neon Carrot #FF933F
Tints of Neon Carrot #FF933F
RGB
CMYK
RGB Variations
Color information
#FF933F (or 0xFF933F) is known color: Neon Carrot. HEX triplet: FF, 93 and 3F. RGB value is (255,147,63). Sum of RGB (Red+Green+Blue) = 255+147+63=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF933F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF933F is #006CC0. Grayscale: #AAAAAA. Windows color (decimal): -27841 or 4166655. OLE color: 4166655.
HSL color Cylindrical-coordinate representation of color #FF933F: hue angle of 26.25º 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 #FF933F is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 63 | - |
| CMYK | 0 | 0.42 | 0.75 | 0 |
| HSL | 26.25º | 1% | 0.62% | - |
| HSV(B) | 26.25º | 0.75% | 1% | - |
| XYZ | 52.57 | 42.49 | 10.13 | - |
| YUV | 169.72 | 67.78 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 63 | 0 | 0.42 | 0.75 | 0 | 26.25 | 1 | 0.62 |
| Hex | FF | 93 | 3F | 0 | 2A | 4B | 0 | 1A | 64 | 3E |
| Octal | 377 | 223 | 77 | 0 | 52 | 113 | 0 | 32 | 144 | 76 |
| Binary | 11111111 | 10010011 | 111111 | 0 | 101010 | 1001011 | 0 | 11010 | 1100100 | 111110 |
Color Harmonies of #FF933F
Complementary color
Monochromatic Colors of #FF933F
Black with #FF933F
Text Example
Text Example
White with #FF933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF933F; }
p { color: rgb(255,147,63); }
H1.HeaderClassName
{
color: #FF933F;
}
.AnyTagClassName
{
color: #FF933F;
}
</style>
background-color css
<style>
a { background-color: #FF933F; }
a { background-color: rgb(255,147,63); }
div.DivClassName
{
background-color: #FF933F;
}
.BgClassName
{
background-color: #FF933F;
}
</style>
border-color css
<style>
span { border-color: #FF933F; }
span { border-color: rgb(255,147,63); }
td.TdClassName
{
border-color: #FF933F;
}
.TagClassName
{
border-color: #FF933F;
}
</style>