Shades of Neon Carrot #FF8C26
Tints of Neon Carrot #FF8C26
RGB
CMYK
RGB Variations
Color information
#FF8C26 (or 0xFF8C26) is known color: Neon Carrot. HEX triplet: FF, 8C and 26. RGB value is (255,140,38). Sum of RGB (Red+Green+Blue) = 255+140+38=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 38 (15.23% from 255 or 8.78% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C26 is #0073D9. Grayscale: #A3A3A3. Windows color (decimal): -29658 or 2526463. OLE color: 2526463.
HSL color Cylindrical-coordinate representation of color #FF8C26: hue angle of 28.2º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF8C26 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 38 | - |
| CMYK | 0 | 0.45 | 0.85 | 0 |
| HSL | 28.2º | 1% | 0.57% | - |
| HSV(B) | 28.2º | 0.85% | 1% | - |
| XYZ | 50.97 | 40.16 | 6.9 | - |
| YUV | 162.76 | 57.6 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 38 | 0 | 0.45 | 0.85 | 0 | 28.2 | 1 | 0.57 |
| Hex | FF | 8C | 26 | 0 | 2D | 55 | 0 | 1C | 64 | 39 |
| Octal | 377 | 214 | 46 | 0 | 55 | 125 | 0 | 34 | 144 | 71 |
| Binary | 11111111 | 10001100 | 100110 | 0 | 101101 | 1010101 | 0 | 11100 | 1100100 | 111001 |
Color Harmonies of #FF8C26
Complementary color
Monochromatic Colors of #FF8C26
Black with #FF8C26
Text Example
Text Example
White with #FF8C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C26; }
p { color: rgb(255,140,38); }
H1.HeaderClassName
{
color: #FF8C26;
}
.AnyTagClassName
{
color: #FF8C26;
}
</style>
background-color css
<style>
a { background-color: #FF8C26; }
a { background-color: rgb(255,140,38); }
div.DivClassName
{
background-color: #FF8C26;
}
.BgClassName
{
background-color: #FF8C26;
}
</style>
border-color css
<style>
span { border-color: #FF8C26; }
span { border-color: rgb(255,140,38); }
td.TdClassName
{
border-color: #FF8C26;
}
.TagClassName
{
border-color: #FF8C26;
}
</style>