Shades of Neon Carrot #FF8728
Tints of Neon Carrot #FF8728
RGB
CMYK
RGB Variations
Color information
#FF8728 (or 0xFF8728) is known color: Neon Carrot. HEX triplet: FF, 87 and 28. RGB value is (255,135,40). Sum of RGB (Red+Green+Blue) = 255+135+40=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8728 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8728 is #0078D7. Grayscale: #A0A0A0. Windows color (decimal): -30936 or 2656255. OLE color: 2656255.
HSL color Cylindrical-coordinate representation of color #FF8728: hue angle of 26.51º 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 #FF8728 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 40 | - |
| CMYK | 0 | 0.47 | 0.84 | 0 |
| HSL | 26.51º | 1% | 0.58% | - |
| HSV(B) | 26.51º | 0.84% | 1% | - |
| XYZ | 50.29 | 38.74 | 6.83 | - |
| YUV | 160.05 | 60.26 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 40 | 0 | 0.47 | 0.84 | 0 | 26.51 | 1 | 0.58 |
| Hex | FF | 87 | 28 | 0 | 2F | 54 | 0 | 1B | 64 | 3A |
| Octal | 377 | 207 | 50 | 0 | 57 | 124 | 0 | 33 | 144 | 72 |
| Binary | 11111111 | 10000111 | 101000 | 0 | 101111 | 1010100 | 0 | 11011 | 1100100 | 111010 |
Color Harmonies of #FF8728
Complementary color
Monochromatic Colors of #FF8728
Black with #FF8728
Text Example
Text Example
White with #FF8728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8728; }
p { color: rgb(255,135,40); }
H1.HeaderClassName
{
color: #FF8728;
}
.AnyTagClassName
{
color: #FF8728;
}
</style>
background-color css
<style>
a { background-color: #FF8728; }
a { background-color: rgb(255,135,40); }
div.DivClassName
{
background-color: #FF8728;
}
.BgClassName
{
background-color: #FF8728;
}
</style>
border-color css
<style>
span { border-color: #FF8728; }
span { border-color: rgb(255,135,40); }
td.TdClassName
{
border-color: #FF8728;
}
.TagClassName
{
border-color: #FF8728;
}
</style>