Shades of Neon Carrot #FE9A2D
Tints of Neon Carrot #FE9A2D
RGB
CMYK
RGB Variations
Color information
#FE9A2D (or 0xFE9A2D) is known color: Neon Carrot. HEX triplet: FE, 9A and 2D. RGB value is (254,154,45). Sum of RGB (Red+Green+Blue) = 254+154+45=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A2D is #0165D2. Grayscale: #ACACAC. Windows color (decimal): -91603 or 2988798. OLE color: 2988798.
HSL color Cylindrical-coordinate representation of color #FE9A2D: hue angle of 31.29º 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 #FE9A2D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 154 | 45 | - |
CMYK | 0 | 0.39 | 0.82 | 0.00 |
HSL | 31.29º | 0.99% | 0.59% | - |
HSV(B) | 31.29º | 0.82% | 1% | - |
XYZ | 52.9 | 44.37 | 8.26 | - |
YUV | 171.47 | 56.63 | 186.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 154 | 45 | 0 | 0.39 | 0.82 | 0.00 | 31.29 | 0.99 | 0.59 |
Hex | FE | 9A | 2D | 0 | 27 | 52 | 0 | 1F | 63 | 3B |
Octal | 376 | 232 | 55 | 0 | 47 | 122 | 0 | 37 | 143 | 73 |
Binary | 11111110 | 10011010 | 101101 | 0 | 100111 | 1010010 | 0 | 11111 | 1100011 | 111011 |
Color Harmonies of #FE9A2D
Complementary color
Monochromatic Colors of #FE9A2D
Black with #FE9A2D
Text Example
Text Example
White with #FE9A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A2D; }
p { color: rgb(254,154,45); }
H1.HeaderClassName
{
color: #FE9A2D;
}
.AnyTagClassName
{
color: #FE9A2D;
}
</style>
background-color css
<style>
a { background-color: #FE9A2D; }
a { background-color: rgb(254,154,45); }
div.DivClassName
{
background-color: #FE9A2D;
}
.BgClassName
{
background-color: #FE9A2D;
}
</style>
border-color css
<style>
span { border-color: #FE9A2D; }
span { border-color: rgb(254,154,45); }
td.TdClassName
{
border-color: #FE9A2D;
}
.TagClassName
{
border-color: #FE9A2D;
}
</style>