Shades of Neon Carrot #FE972A
Tints of Neon Carrot #FE972A
RGB
CMYK
RGB Variations
Color information
#FE972A (or 0xFE972A) is known color: Neon Carrot. HEX triplet: FE, 97 and 2A. RGB value is (254,151,42). Sum of RGB (Red+Green+Blue) = 254+151+42=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE972A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE972A is #0168D5. Grayscale: #A9A9A9. Windows color (decimal): -92374 or 2791422. OLE color: 2791422.
HSL color Cylindrical-coordinate representation of color #FE972A: hue angle of 30.85º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE972A is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 42 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.00 |
| HSL | 30.85º | 0.99% | 0.58% | - |
| HSV(B) | 30.85º | 0.83% | 1% | - |
| XYZ | 52.36 | 43.37 | 7.8 | - |
| YUV | 169.37 | 56.12 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 42 | 0 | 0.41 | 0.83 | 0.00 | 30.85 | 0.99 | 0.58 |
| Hex | FE | 97 | 2A | 0 | 29 | 53 | 0 | 1F | 63 | 3A |
| Octal | 376 | 227 | 52 | 0 | 51 | 123 | 0 | 37 | 143 | 72 |
| Binary | 11111110 | 10010111 | 101010 | 0 | 101001 | 1010011 | 0 | 11111 | 1100011 | 111010 |
Color Harmonies of #FE972A
Complementary color
Monochromatic Colors of #FE972A
Black with #FE972A
Text Example
Text Example
White with #FE972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE972A; }
p { color: rgb(254,151,42); }
H1.HeaderClassName
{
color: #FE972A;
}
.AnyTagClassName
{
color: #FE972A;
}
</style>
background-color css
<style>
a { background-color: #FE972A; }
a { background-color: rgb(254,151,42); }
div.DivClassName
{
background-color: #FE972A;
}
.BgClassName
{
background-color: #FE972A;
}
</style>
border-color css
<style>
span { border-color: #FE972A; }
span { border-color: rgb(254,151,42); }
td.TdClassName
{
border-color: #FE972A;
}
.TagClassName
{
border-color: #FE972A;
}
</style>