Shades of Neon Carrot #FF9027
Tints of Neon Carrot #FF9027
RGB
CMYK
RGB Variations
Color information
#FF9027 (or 0xFF9027) is known color: Neon Carrot. HEX triplet: FF, 90 and 27. RGB value is (255,144,39). Sum of RGB (Red+Green+Blue) = 255+144+39=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9027 is #006FD8. Grayscale: #A5A5A5. Windows color (decimal): -28633 or 2593023. OLE color: 2593023.
HSL color Cylindrical-coordinate representation of color #FF9027: hue angle of 29.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF9027 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 39 | - |
| CMYK | 0 | 0.44 | 0.85 | 0 |
| HSL | 29.17º | 1% | 0.58% | - |
| HSV(B) | 29.17º | 0.85% | 1% | - |
| XYZ | 51.58 | 41.35 | 7.18 | - |
| YUV | 165.22 | 56.77 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 39 | 0 | 0.44 | 0.85 | 0 | 29.17 | 1 | 0.58 |
| Hex | FF | 90 | 27 | 0 | 2C | 55 | 0 | 1D | 64 | 3A |
| Octal | 377 | 220 | 47 | 0 | 54 | 125 | 0 | 35 | 144 | 72 |
| Binary | 11111111 | 10010000 | 100111 | 0 | 101100 | 1010101 | 0 | 11101 | 1100100 | 111010 |
Color Harmonies of #FF9027
Complementary color
Monochromatic Colors of #FF9027
Black with #FF9027
Text Example
Text Example
White with #FF9027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9027; }
p { color: rgb(255,144,39); }
H1.HeaderClassName
{
color: #FF9027;
}
.AnyTagClassName
{
color: #FF9027;
}
</style>
background-color css
<style>
a { background-color: #FF9027; }
a { background-color: rgb(255,144,39); }
div.DivClassName
{
background-color: #FF9027;
}
.BgClassName
{
background-color: #FF9027;
}
</style>
border-color css
<style>
span { border-color: #FF9027; }
span { border-color: rgb(255,144,39); }
td.TdClassName
{
border-color: #FF9027;
}
.TagClassName
{
border-color: #FF9027;
}
</style>