Shades of Neon Carrot #FF9A28
Tints of Neon Carrot #FF9A28
RGB
CMYK
RGB Variations
Color information
#FF9A28 (or 0xFF9A28) is known color: Neon Carrot. HEX triplet: FF, 9A and 28. RGB value is (255,154,40). Sum of RGB (Red+Green+Blue) = 255+154+40=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A28 is #0065D7. Grayscale: #ABABAB. Windows color (decimal): -26072 or 2661119. OLE color: 2661119.
HSL color Cylindrical-coordinate representation of color #FF9A28: hue angle of 31.81º 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 #FF9A28 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 40 | - |
| CMYK | 0 | 0.40 | 0.84 | 0 |
| HSL | 31.81º | 1% | 0.58% | - |
| HSV(B) | 31.81º | 0.84% | 1% | - |
| XYZ | 53.18 | 44.52 | 7.8 | - |
| YUV | 171.2 | 53.96 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 40 | 0 | 0.40 | 0.84 | 0 | 31.81 | 1 | 0.58 |
| Hex | FF | 9A | 28 | 0 | 28 | 54 | 0 | 20 | 64 | 3A |
| Octal | 377 | 232 | 50 | 0 | 50 | 124 | 0 | 40 | 144 | 72 |
| Binary | 11111111 | 10011010 | 101000 | 0 | 101000 | 1010100 | 0 | 100000 | 1100100 | 111010 |
Color Harmonies of #FF9A28
Complementary color
Monochromatic Colors of #FF9A28
Black with #FF9A28
Text Example
Text Example
White with #FF9A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A28; }
p { color: rgb(255,154,40); }
H1.HeaderClassName
{
color: #FF9A28;
}
.AnyTagClassName
{
color: #FF9A28;
}
</style>
background-color css
<style>
a { background-color: #FF9A28; }
a { background-color: rgb(255,154,40); }
div.DivClassName
{
background-color: #FF9A28;
}
.BgClassName
{
background-color: #FF9A28;
}
</style>
border-color css
<style>
span { border-color: #FF9A28; }
span { border-color: rgb(255,154,40); }
td.TdClassName
{
border-color: #FF9A28;
}
.TagClassName
{
border-color: #FF9A28;
}
</style>