Shades of Carrot Orange #FE951A
Tints of Carrot Orange #FE951A
RGB
CMYK
RGB Variations
Color information
#FE951A (or 0xFE951A) is known color: Carrot Orange. HEX triplet: FE, 95 and 1A. RGB value is (254,149,26). Sum of RGB (Red+Green+Blue) = 254+149+26=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE951A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE951A is #016AE5. Grayscale: #A6A6A6. Windows color (decimal): -92902 or 1742334. OLE color: 1742334.
HSL color Cylindrical-coordinate representation of color #FE951A: hue angle of 32.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE951A is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 26 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.00 |
| HSL | 32.37º | 0.99% | 0.55% | - |
| HSV(B) | 32.37º | 0.9% | 1% | - |
| XYZ | 51.81 | 42.64 | 6.48 | - |
| YUV | 166.37 | 48.79 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 26 | 0 | 0.41 | 0.90 | 0.00 | 32.37 | 0.99 | 0.55 |
| Hex | FE | 95 | 1A | 0 | 29 | 5A | 0 | 20 | 63 | 37 |
| Octal | 376 | 225 | 32 | 0 | 51 | 132 | 0 | 40 | 143 | 67 |
| Binary | 11111110 | 10010101 | 11010 | 0 | 101001 | 1011010 | 0 | 100000 | 1100011 | 110111 |
Color Harmonies of #FE951A
Complementary color
Monochromatic Colors of #FE951A
Black with #FE951A
Text Example
Text Example
White with #FE951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE951A; }
p { color: rgb(254,149,26); }
H1.HeaderClassName
{
color: #FE951A;
}
.AnyTagClassName
{
color: #FE951A;
}
</style>
background-color css
<style>
a { background-color: #FE951A; }
a { background-color: rgb(254,149,26); }
div.DivClassName
{
background-color: #FE951A;
}
.BgClassName
{
background-color: #FE951A;
}
</style>
border-color css
<style>
span { border-color: #FE951A; }
span { border-color: rgb(254,149,26); }
td.TdClassName
{
border-color: #FE951A;
}
.TagClassName
{
border-color: #FE951A;
}
</style>