Shades of Carrot Orange #FF9018
Tints of Carrot Orange #FF9018
RGB
CMYK
RGB Variations
Color information
#FF9018 (or 0xFF9018) is known color: Carrot Orange. HEX triplet: FF, 90 and 18. RGB value is (255,144,24). Sum of RGB (Red+Green+Blue) = 255+144+24=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9018 is #006FE7. Grayscale: #A4A4A4. Windows color (decimal): -28648 or 1609983. OLE color: 1609983.
HSL color Cylindrical-coordinate representation of color #FF9018: hue angle of 31.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF9018 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 24 | - |
| CMYK | 0 | 0.44 | 0.91 | 0 |
| HSL | 31.17º | 1% | 0.55% | - |
| HSV(B) | 31.17º | 0.91% | 1% | - |
| XYZ | 51.38 | 41.27 | 6.12 | - |
| YUV | 163.51 | 49.27 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 24 | 0 | 0.44 | 0.91 | 0 | 31.17 | 1 | 0.55 |
| Hex | FF | 90 | 18 | 0 | 2C | 5B | 0 | 1F | 64 | 37 |
| Octal | 377 | 220 | 30 | 0 | 54 | 133 | 0 | 37 | 144 | 67 |
| Binary | 11111111 | 10010000 | 11000 | 0 | 101100 | 1011011 | 0 | 11111 | 1100100 | 110111 |
Color Harmonies of #FF9018
Complementary color
Monochromatic Colors of #FF9018
Black with #FF9018
Text Example
Text Example
White with #FF9018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9018; }
p { color: rgb(255,144,24); }
H1.HeaderClassName
{
color: #FF9018;
}
.AnyTagClassName
{
color: #FF9018;
}
</style>
background-color css
<style>
a { background-color: #FF9018; }
a { background-color: rgb(255,144,24); }
div.DivClassName
{
background-color: #FF9018;
}
.BgClassName
{
background-color: #FF9018;
}
</style>
border-color css
<style>
span { border-color: #FF9018; }
span { border-color: rgb(255,144,24); }
td.TdClassName
{
border-color: #FF9018;
}
.TagClassName
{
border-color: #FF9018;
}
</style>