Shades of Neon Carrot #FE9B2D
Tints of Neon Carrot #FE9B2D
RGB
CMYK
RGB Variations
Color information
#FE9B2D (or 0xFE9B2D) is known color: Neon Carrot. HEX triplet: FE, 9B and 2D. RGB value is (254,155,45). Sum of RGB (Red+Green+Blue) = 254+155+45=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9B2D is #0164D2. Grayscale: #ACACAC. Windows color (decimal): -91347 or 2989054. OLE color: 2989054.
HSL color Cylindrical-coordinate representation of color #FE9B2D: hue angle of 31.58º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE9B2D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 45 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.00 |
| HSL | 31.58º | 0.99% | 0.59% | - |
| HSV(B) | 31.58º | 0.82% | 1% | - |
| XYZ | 53.07 | 44.7 | 8.31 | - |
| YUV | 172.06 | 56.3 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 45 | 0 | 0.39 | 0.82 | 0.00 | 31.58 | 0.99 | 0.59 |
| Hex | FE | 9B | 2D | 0 | 27 | 52 | 0 | 20 | 63 | 3B |
| Octal | 376 | 233 | 55 | 0 | 47 | 122 | 0 | 40 | 143 | 73 |
| Binary | 11111110 | 10011011 | 101101 | 0 | 100111 | 1010010 | 0 | 100000 | 1100011 | 111011 |
Color Harmonies of #FE9B2D
Complementary color
Monochromatic Colors of #FE9B2D
Black with #FE9B2D
Text Example
Text Example
White with #FE9B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9B2D; }
p { color: rgb(254,155,45); }
H1.HeaderClassName
{
color: #FE9B2D;
}
.AnyTagClassName
{
color: #FE9B2D;
}
</style>
background-color css
<style>
a { background-color: #FE9B2D; }
a { background-color: rgb(254,155,45); }
div.DivClassName
{
background-color: #FE9B2D;
}
.BgClassName
{
background-color: #FE9B2D;
}
</style>
border-color css
<style>
span { border-color: #FE9B2D; }
span { border-color: rgb(254,155,45); }
td.TdClassName
{
border-color: #FE9B2D;
}
.TagClassName
{
border-color: #FE9B2D;
}
</style>