Shades of Neon Carrot #FF8F33
Tints of Neon Carrot #FF8F33
RGB
CMYK
RGB Variations
Color information
#FF8F33 (or 0xFF8F33) is known color: Neon Carrot. HEX triplet: FF, 8F and 33. RGB value is (255,143,51). Sum of RGB (Red+Green+Blue) = 255+143+51=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F33 is #0070CC. Grayscale: #A6A6A6. Windows color (decimal): -28877 or 3379199. OLE color: 3379199.
HSL color Cylindrical-coordinate representation of color #FF8F33: hue angle of 27.06º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF8F33 is Cyan = 0, Magento = 0.44, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 51 | - |
| CMYK | 0 | 0.44 | 0.8 | 0 |
| HSL | 27.06º | 1% | 0.6% | - |
| HSV(B) | 27.06º | 0.8% | 1% | - |
| XYZ | 51.66 | 41.14 | 8.35 | - |
| YUV | 166 | 63.11 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 51 | 0 | 0.44 | 0.8 | 0 | 27.06 | 1 | 0.6 |
| Hex | FF | 8F | 33 | 0 | 2C | 50 | 0 | 1B | 64 | 3C |
| Octal | 377 | 217 | 63 | 0 | 54 | 120 | 0 | 33 | 144 | 74 |
| Binary | 11111111 | 10001111 | 110011 | 0 | 101100 | 1010000 | 0 | 11011 | 1100100 | 111100 |
Color Harmonies of #FF8F33
Complementary color
Monochromatic Colors of #FF8F33
Black with #FF8F33
Text Example
Text Example
White with #FF8F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F33; }
p { color: rgb(255,143,51); }
H1.HeaderClassName
{
color: #FF8F33;
}
.AnyTagClassName
{
color: #FF8F33;
}
</style>
background-color css
<style>
a { background-color: #FF8F33; }
a { background-color: rgb(255,143,51); }
div.DivClassName
{
background-color: #FF8F33;
}
.BgClassName
{
background-color: #FF8F33;
}
</style>
border-color css
<style>
span { border-color: #FF8F33; }
span { border-color: rgb(255,143,51); }
td.TdClassName
{
border-color: #FF8F33;
}
.TagClassName
{
border-color: #FF8F33;
}
</style>