Shades of Dark Tangerine #FEA80F
Tints of Dark Tangerine #FEA80F
RGB
CMYK
RGB Variations
Color information
#FEA80F (or 0xFEA80F) is known color: Dark Tangerine. HEX triplet: FE, A8 and 0F. RGB value is (254,168,15). Sum of RGB (Red+Green+Blue) = 254+168+15=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA80F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA80F is #0157F0. Grayscale: #B0B0B0. Windows color (decimal): -88049 or 1026302. OLE color: 1026302.
HSL color Cylindrical-coordinate representation of color #FEA80F: hue angle of 38.41º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEA80F is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 15 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.00 |
| HSL | 38.41º | 0.99% | 0.53% | - |
| HSV(B) | 38.41º | 0.94% | 1% | - |
| XYZ | 54.96 | 49.11 | 7.03 | - |
| YUV | 176.27 | 36.99 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 15 | 0 | 0.34 | 0.94 | 0.00 | 38.41 | 0.99 | 0.53 |
| Hex | FE | A8 | F | 0 | 22 | 5E | 0 | 26 | 63 | 35 |
| Octal | 376 | 250 | 17 | 0 | 42 | 136 | 0 | 46 | 143 | 65 |
| Binary | 11111110 | 10101000 | 1111 | 0 | 100010 | 1011110 | 0 | 100110 | 1100011 | 110101 |
Color Harmonies of #FEA80F
Complementary color
Monochromatic Colors of #FEA80F
Black with #FEA80F
Text Example
Text Example
White with #FEA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA80F; }
p { color: rgb(254,168,15); }
H1.HeaderClassName
{
color: #FEA80F;
}
.AnyTagClassName
{
color: #FEA80F;
}
</style>
background-color css
<style>
a { background-color: #FEA80F; }
a { background-color: rgb(254,168,15); }
div.DivClassName
{
background-color: #FEA80F;
}
.BgClassName
{
background-color: #FEA80F;
}
</style>
border-color css
<style>
span { border-color: #FEA80F; }
span { border-color: rgb(254,168,15); }
td.TdClassName
{
border-color: #FEA80F;
}
.TagClassName
{
border-color: #FEA80F;
}
</style>