Shades of Neon Carrot #FF9528
Tints of Neon Carrot #FF9528
RGB
CMYK
RGB Variations
Color information
#FF9528 (or 0xFF9528) is known color: Neon Carrot. HEX triplet: FF, 95 and 28. RGB value is (255,149,40). Sum of RGB (Red+Green+Blue) = 255+149+40=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9528 is #006AD7. Grayscale: #A8A8A8. Windows color (decimal): -27352 or 2659839. OLE color: 2659839.
HSL color Cylindrical-coordinate representation of color #FF9528: hue angle of 30.42º 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 #FF9528 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 40 | - |
| CMYK | 0 | 0.42 | 0.84 | 0 |
| HSL | 30.42º | 1% | 0.58% | - |
| HSV(B) | 30.42º | 0.84% | 1% | - |
| XYZ | 52.37 | 42.91 | 7.53 | - |
| YUV | 168.27 | 55.62 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 40 | 0 | 0.42 | 0.84 | 0 | 30.42 | 1 | 0.58 |
| Hex | FF | 95 | 28 | 0 | 2A | 54 | 0 | 1E | 64 | 3A |
| Octal | 377 | 225 | 50 | 0 | 52 | 124 | 0 | 36 | 144 | 72 |
| Binary | 11111111 | 10010101 | 101000 | 0 | 101010 | 1010100 | 0 | 11110 | 1100100 | 111010 |
Color Harmonies of #FF9528
Complementary color
Monochromatic Colors of #FF9528
Black with #FF9528
Text Example
Text Example
White with #FF9528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9528; }
p { color: rgb(255,149,40); }
H1.HeaderClassName
{
color: #FF9528;
}
.AnyTagClassName
{
color: #FF9528;
}
</style>
background-color css
<style>
a { background-color: #FF9528; }
a { background-color: rgb(255,149,40); }
div.DivClassName
{
background-color: #FF9528;
}
.BgClassName
{
background-color: #FF9528;
}
</style>
border-color css
<style>
span { border-color: #FF9528; }
span { border-color: rgb(255,149,40); }
td.TdClassName
{
border-color: #FF9528;
}
.TagClassName
{
border-color: #FF9528;
}
</style>