Shades of Neon Carrot #FF9F28
Tints of Neon Carrot #FF9F28
RGB
CMYK
RGB Variations
Color information
#FF9F28 (or 0xFF9F28) is known color: Neon Carrot. HEX triplet: FF, 9F and 28. RGB value is (255,159,40). Sum of RGB (Red+Green+Blue) = 255+159+40=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F28 is #0060D7. Grayscale: #AEAEAE. Windows color (decimal): -24792 or 2662399. OLE color: 2662399.
HSL color Cylindrical-coordinate representation of color #FF9F28: hue angle of 33.21º 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 #FF9F28 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 40 | - |
| CMYK | 0 | 0.38 | 0.84 | 0 |
| HSL | 33.21º | 1% | 0.58% | - |
| HSV(B) | 33.21º | 0.84% | 1% | - |
| XYZ | 54.02 | 46.21 | 8.08 | - |
| YUV | 174.14 | 52.3 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 40 | 0 | 0.38 | 0.84 | 0 | 33.21 | 1 | 0.58 |
| Hex | FF | 9F | 28 | 0 | 26 | 54 | 0 | 21 | 64 | 3A |
| Octal | 377 | 237 | 50 | 0 | 46 | 124 | 0 | 41 | 144 | 72 |
| Binary | 11111111 | 10011111 | 101000 | 0 | 100110 | 1010100 | 0 | 100001 | 1100100 | 111010 |
Color Harmonies of #FF9F28
Complementary color
Monochromatic Colors of #FF9F28
Black with #FF9F28
Text Example
Text Example
White with #FF9F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F28; }
p { color: rgb(255,159,40); }
H1.HeaderClassName
{
color: #FF9F28;
}
.AnyTagClassName
{
color: #FF9F28;
}
</style>
background-color css
<style>
a { background-color: #FF9F28; }
a { background-color: rgb(255,159,40); }
div.DivClassName
{
background-color: #FF9F28;
}
.BgClassName
{
background-color: #FF9F28;
}
</style>
border-color css
<style>
span { border-color: #FF9F28; }
span { border-color: rgb(255,159,40); }
td.TdClassName
{
border-color: #FF9F28;
}
.TagClassName
{
border-color: #FF9F28;
}
</style>