Shades of Dark Tangerine #FEA80C
Tints of Dark Tangerine #FEA80C
RGB
CMYK
RGB Variations
Color information
#FEA80C (or 0xFEA80C) is known color: Dark Tangerine. HEX triplet: FE, A8 and 0C. RGB value is (254,168,12). Sum of RGB (Red+Green+Blue) = 254+168+12=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA80C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA80C is #0157F3. Grayscale: #B0B0B0. Windows color (decimal): -88052 or 829694. OLE color: 829694.
HSL color Cylindrical-coordinate representation of color #FEA80C: hue angle of 38.68º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEA80C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.00 |
| HSL | 38.68º | 0.99% | 0.52% | - |
| HSV(B) | 38.68º | 0.95% | 1% | - |
| XYZ | 54.94 | 49.1 | 6.93 | - |
| YUV | 175.93 | 35.49 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 12 | 0 | 0.34 | 0.95 | 0.00 | 38.68 | 0.99 | 0.52 |
| Hex | FE | A8 | C | 0 | 22 | 5F | 0 | 27 | 63 | 34 |
| Octal | 376 | 250 | 14 | 0 | 42 | 137 | 0 | 47 | 143 | 64 |
| Binary | 11111110 | 10101000 | 1100 | 0 | 100010 | 1011111 | 0 | 100111 | 1100011 | 110100 |
Color Harmonies of #FEA80C
Complementary color
Monochromatic Colors of #FEA80C
Black with #FEA80C
Text Example
Text Example
White with #FEA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA80C; }
p { color: rgb(254,168,12); }
H1.HeaderClassName
{
color: #FEA80C;
}
.AnyTagClassName
{
color: #FEA80C;
}
</style>
background-color css
<style>
a { background-color: #FEA80C; }
a { background-color: rgb(254,168,12); }
div.DivClassName
{
background-color: #FEA80C;
}
.BgClassName
{
background-color: #FEA80C;
}
</style>
border-color css
<style>
span { border-color: #FEA80C; }
span { border-color: rgb(254,168,12); }
td.TdClassName
{
border-color: #FEA80C;
}
.TagClassName
{
border-color: #FEA80C;
}
</style>