Shades of Carrot Orange #FE8F1A
Tints of Carrot Orange #FE8F1A
RGB
CMYK
RGB Variations
Color information
#FE8F1A (or 0xFE8F1A) is known color: Carrot Orange. HEX triplet: FE, 8F and 1A. RGB value is (254,143,26). Sum of RGB (Red+Green+Blue) = 254+143+26=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8F1A is #0170E5. Grayscale: #A3A3A3. Windows color (decimal): -94438 or 1740798. OLE color: 1740798.
HSL color Cylindrical-coordinate representation of color #FE8F1A: hue angle of 30.79º 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 #FE8F1A is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 26 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.00 |
| HSL | 30.79º | 0.99% | 0.55% | - |
| HSV(B) | 30.79º | 0.9% | 1% | - |
| XYZ | 50.88 | 40.79 | 6.17 | - |
| YUV | 162.85 | 50.77 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 26 | 0 | 0.44 | 0.90 | 0.00 | 30.79 | 0.99 | 0.55 |
| Hex | FE | 8F | 1A | 0 | 2C | 5A | 0 | 1F | 63 | 37 |
| Octal | 376 | 217 | 32 | 0 | 54 | 132 | 0 | 37 | 143 | 67 |
| Binary | 11111110 | 10001111 | 11010 | 0 | 101100 | 1011010 | 0 | 11111 | 1100011 | 110111 |
Color Harmonies of #FE8F1A
Complementary color
Monochromatic Colors of #FE8F1A
Black with #FE8F1A
Text Example
Text Example
White with #FE8F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F1A; }
p { color: rgb(254,143,26); }
H1.HeaderClassName
{
color: #FE8F1A;
}
.AnyTagClassName
{
color: #FE8F1A;
}
</style>
background-color css
<style>
a { background-color: #FE8F1A; }
a { background-color: rgb(254,143,26); }
div.DivClassName
{
background-color: #FE8F1A;
}
.BgClassName
{
background-color: #FE8F1A;
}
</style>
border-color css
<style>
span { border-color: #FE8F1A; }
span { border-color: rgb(254,143,26); }
td.TdClassName
{
border-color: #FE8F1A;
}
.TagClassName
{
border-color: #FE8F1A;
}
</style>