Shades of Carrot Orange #FE8A1A
Tints of Carrot Orange #FE8A1A
RGB
CMYK
RGB Variations
Color information
#FE8A1A (or 0xFE8A1A) is known color: Carrot Orange. HEX triplet: FE, 8A and 1A. RGB value is (254,138,26). Sum of RGB (Red+Green+Blue) = 254+138+26=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8A1A is #0175E5. Grayscale: #A0A0A0. Windows color (decimal): -95718 or 1739518. OLE color: 1739518.
HSL color Cylindrical-coordinate representation of color #FE8A1A: hue angle of 29.47º 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 #FE8A1A is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 26 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.00 |
| HSL | 29.47º | 0.99% | 0.55% | - |
| HSV(B) | 29.47º | 0.9% | 1% | - |
| XYZ | 50.15 | 39.32 | 5.92 | - |
| YUV | 159.92 | 52.43 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 26 | 0 | 0.46 | 0.90 | 0.00 | 29.47 | 0.99 | 0.55 |
| Hex | FE | 8A | 1A | 0 | 2E | 5A | 0 | 1D | 63 | 37 |
| Octal | 376 | 212 | 32 | 0 | 56 | 132 | 0 | 35 | 143 | 67 |
| Binary | 11111110 | 10001010 | 11010 | 0 | 101110 | 1011010 | 0 | 11101 | 1100011 | 110111 |
Color Harmonies of #FE8A1A
Complementary color
Monochromatic Colors of #FE8A1A
Black with #FE8A1A
Text Example
Text Example
White with #FE8A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A1A; }
p { color: rgb(254,138,26); }
H1.HeaderClassName
{
color: #FE8A1A;
}
.AnyTagClassName
{
color: #FE8A1A;
}
</style>
background-color css
<style>
a { background-color: #FE8A1A; }
a { background-color: rgb(254,138,26); }
div.DivClassName
{
background-color: #FE8A1A;
}
.BgClassName
{
background-color: #FE8A1A;
}
</style>
border-color css
<style>
span { border-color: #FE8A1A; }
span { border-color: rgb(254,138,26); }
td.TdClassName
{
border-color: #FE8A1A;
}
.TagClassName
{
border-color: #FE8A1A;
}
</style>