Shades of Neon Carrot #FF8F28
Tints of Neon Carrot #FF8F28
RGB
CMYK
RGB Variations
Color information
#FF8F28 (or 0xFF8F28) is known color: Neon Carrot. HEX triplet: FF, 8F and 28. RGB value is (255,143,40). Sum of RGB (Red+Green+Blue) = 255+143+40=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F28 is #0070D7. Grayscale: #A5A5A5. Windows color (decimal): -28888 or 2658303. OLE color: 2658303.
HSL color Cylindrical-coordinate representation of color #FF8F28: hue angle of 28.74º 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 #FF8F28 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 40 | - |
| CMYK | 0 | 0.44 | 0.84 | 0 |
| HSL | 28.74º | 1% | 0.58% | - |
| HSV(B) | 28.74º | 0.84% | 1% | - |
| XYZ | 51.45 | 41.06 | 7.22 | - |
| YUV | 164.75 | 57.61 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 40 | 0 | 0.44 | 0.84 | 0 | 28.74 | 1 | 0.58 |
| Hex | FF | 8F | 28 | 0 | 2C | 54 | 0 | 1D | 64 | 3A |
| Octal | 377 | 217 | 50 | 0 | 54 | 124 | 0 | 35 | 144 | 72 |
| Binary | 11111111 | 10001111 | 101000 | 0 | 101100 | 1010100 | 0 | 11101 | 1100100 | 111010 |
Color Harmonies of #FF8F28
Complementary color
Monochromatic Colors of #FF8F28
Black with #FF8F28
Text Example
Text Example
White with #FF8F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F28; }
p { color: rgb(255,143,40); }
H1.HeaderClassName
{
color: #FF8F28;
}
.AnyTagClassName
{
color: #FF8F28;
}
</style>
background-color css
<style>
a { background-color: #FF8F28; }
a { background-color: rgb(255,143,40); }
div.DivClassName
{
background-color: #FF8F28;
}
.BgClassName
{
background-color: #FF8F28;
}
</style>
border-color css
<style>
span { border-color: #FF8F28; }
span { border-color: rgb(255,143,40); }
td.TdClassName
{
border-color: #FF8F28;
}
.TagClassName
{
border-color: #FF8F28;
}
</style>