Shades of Neon Carrot #FE953F
Tints of Neon Carrot #FE953F
RGB
CMYK
RGB Variations
Color information
#FE953F (or 0xFE953F) is known color: Neon Carrot. HEX triplet: FE, 95 and 3F. RGB value is (254,149,63). Sum of RGB (Red+Green+Blue) = 254+149+63=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE953F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE953F is #016AC0. Grayscale: #ABABAB. Windows color (decimal): -92865 or 4167166. OLE color: 4167166.
HSL color Cylindrical-coordinate representation of color #FE953F: hue angle of 27.02º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE953F is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 63 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.00 |
| HSL | 27.02º | 0.99% | 0.62% | - |
| HSV(B) | 27.02º | 0.75% | 1% | - |
| XYZ | 52.52 | 42.92 | 10.22 | - |
| YUV | 170.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 63 | 0 | 0.41 | 0.75 | 0.00 | 27.02 | 0.99 | 0.62 |
| Hex | FE | 95 | 3F | 0 | 29 | 4B | 0 | 1B | 63 | 3E |
| Octal | 376 | 225 | 77 | 0 | 51 | 113 | 0 | 33 | 143 | 76 |
| Binary | 11111110 | 10010101 | 111111 | 0 | 101001 | 1001011 | 0 | 11011 | 1100011 | 111110 |
Color Harmonies of #FE953F
Complementary color
Monochromatic Colors of #FE953F
Black with #FE953F
Text Example
Text Example
White with #FE953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE953F; }
p { color: rgb(254,149,63); }
H1.HeaderClassName
{
color: #FE953F;
}
.AnyTagClassName
{
color: #FE953F;
}
</style>
background-color css
<style>
a { background-color: #FE953F; }
a { background-color: rgb(254,149,63); }
div.DivClassName
{
background-color: #FE953F;
}
.BgClassName
{
background-color: #FE953F;
}
</style>
border-color css
<style>
span { border-color: #FE953F; }
span { border-color: rgb(254,149,63); }
td.TdClassName
{
border-color: #FE953F;
}
.TagClassName
{
border-color: #FE953F;
}
</style>