Shades of Neon Carrot #FE9735
Tints of Neon Carrot #FE9735
RGB
CMYK
RGB Variations
Color information
#FE9735 (or 0xFE9735) is known color: Neon Carrot. HEX triplet: FE, 97 and 35. RGB value is (254,151,53). Sum of RGB (Red+Green+Blue) = 254+151+53=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9735 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9735 is #0168CA. Grayscale: #ABABAB. Windows color (decimal): -92363 or 3512318. OLE color: 3512318.
HSL color Cylindrical-coordinate representation of color #FE9735: hue angle of 29.25º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE9735 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 53 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.00 |
| HSL | 29.25º | 0.99% | 0.6% | - |
| HSV(B) | 29.25º | 0.79% | 1% | - |
| XYZ | 52.58 | 43.46 | 8.99 | - |
| YUV | 170.63 | 61.62 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 53 | 0 | 0.41 | 0.79 | 0.00 | 29.25 | 0.99 | 0.6 |
| Hex | FE | 97 | 35 | 0 | 29 | 4F | 0 | 1D | 63 | 3C |
| Octal | 376 | 227 | 65 | 0 | 51 | 117 | 0 | 35 | 143 | 74 |
| Binary | 11111110 | 10010111 | 110101 | 0 | 101001 | 1001111 | 0 | 11101 | 1100011 | 111100 |
Color Harmonies of #FE9735
Complementary color
Monochromatic Colors of #FE9735
Black with #FE9735
Text Example
Text Example
White with #FE9735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9735; }
p { color: rgb(254,151,53); }
H1.HeaderClassName
{
color: #FE9735;
}
.AnyTagClassName
{
color: #FE9735;
}
</style>
background-color css
<style>
a { background-color: #FE9735; }
a { background-color: rgb(254,151,53); }
div.DivClassName
{
background-color: #FE9735;
}
.BgClassName
{
background-color: #FE9735;
}
</style>
border-color css
<style>
span { border-color: #FE9735; }
span { border-color: rgb(254,151,53); }
td.TdClassName
{
border-color: #FE9735;
}
.TagClassName
{
border-color: #FE9735;
}
</style>