Shades of Neon Carrot #FF8C33
Tints of Neon Carrot #FF8C33
RGB
CMYK
RGB Variations
Color information
#FF8C33 (or 0xFF8C33) is known color: Neon Carrot. HEX triplet: FF, 8C and 33. RGB value is (255,140,51). Sum of RGB (Red+Green+Blue) = 255+140+51=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C33 is #0073CC. Grayscale: #A4A4A4. Windows color (decimal): -29645 or 3378431. OLE color: 3378431.
HSL color Cylindrical-coordinate representation of color #FF8C33: hue angle of 26.18º 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 #FF8C33 is Cyan = 0, Magento = 0.45, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 51 | - |
| CMYK | 0 | 0.45 | 0.8 | 0 |
| HSL | 26.18º | 1% | 0.6% | - |
| HSV(B) | 26.18º | 0.8% | 1% | - |
| XYZ | 51.22 | 40.26 | 8.2 | - |
| YUV | 164.24 | 64.1 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 51 | 0 | 0.45 | 0.8 | 0 | 26.18 | 1 | 0.6 |
| Hex | FF | 8C | 33 | 0 | 2D | 50 | 0 | 1A | 64 | 3C |
| Octal | 377 | 214 | 63 | 0 | 55 | 120 | 0 | 32 | 144 | 74 |
| Binary | 11111111 | 10001100 | 110011 | 0 | 101101 | 1010000 | 0 | 11010 | 1100100 | 111100 |
Color Harmonies of #FF8C33
Complementary color
Monochromatic Colors of #FF8C33
Black with #FF8C33
Text Example
Text Example
White with #FF8C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C33; }
p { color: rgb(255,140,51); }
H1.HeaderClassName
{
color: #FF8C33;
}
.AnyTagClassName
{
color: #FF8C33;
}
</style>
background-color css
<style>
a { background-color: #FF8C33; }
a { background-color: rgb(255,140,51); }
div.DivClassName
{
background-color: #FF8C33;
}
.BgClassName
{
background-color: #FF8C33;
}
</style>
border-color css
<style>
span { border-color: #FF8C33; }
span { border-color: rgb(255,140,51); }
td.TdClassName
{
border-color: #FF8C33;
}
.TagClassName
{
border-color: #FF8C33;
}
</style>