Shades of Neon Carrot #FF8C28
Tints of Neon Carrot #FF8C28
RGB
CMYK
RGB Variations
Color information
#FF8C28 (or 0xFF8C28) is known color: Neon Carrot. HEX triplet: FF, 8C and 28. RGB value is (255,140,40). Sum of RGB (Red+Green+Blue) = 255+140+40=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C28 is #0073D7. Grayscale: #A3A3A3. Windows color (decimal): -29656 or 2657535. OLE color: 2657535.
HSL color Cylindrical-coordinate representation of color #FF8C28: hue angle of 27.91º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF8C28 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 40 | - |
| CMYK | 0 | 0.45 | 0.84 | 0 |
| HSL | 27.91º | 1% | 0.58% | - |
| HSV(B) | 27.91º | 0.84% | 1% | - |
| XYZ | 51 | 40.17 | 7.07 | - |
| YUV | 162.99 | 58.6 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 40 | 0 | 0.45 | 0.84 | 0 | 27.91 | 1 | 0.58 |
| Hex | FF | 8C | 28 | 0 | 2D | 54 | 0 | 1C | 64 | 3A |
| Octal | 377 | 214 | 50 | 0 | 55 | 124 | 0 | 34 | 144 | 72 |
| Binary | 11111111 | 10001100 | 101000 | 0 | 101101 | 1010100 | 0 | 11100 | 1100100 | 111010 |
Color Harmonies of #FF8C28
Complementary color
Monochromatic Colors of #FF8C28
Black with #FF8C28
Text Example
Text Example
White with #FF8C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C28; }
p { color: rgb(255,140,40); }
H1.HeaderClassName
{
color: #FF8C28;
}
.AnyTagClassName
{
color: #FF8C28;
}
</style>
background-color css
<style>
a { background-color: #FF8C28; }
a { background-color: rgb(255,140,40); }
div.DivClassName
{
background-color: #FF8C28;
}
.BgClassName
{
background-color: #FF8C28;
}
</style>
border-color css
<style>
span { border-color: #FF8C28; }
span { border-color: rgb(255,140,40); }
td.TdClassName
{
border-color: #FF8C28;
}
.TagClassName
{
border-color: #FF8C28;
}
</style>