Shades of Dark Tangerine #FEA81C
Tints of Dark Tangerine #FEA81C
RGB
CMYK
RGB Variations
Color information
#FEA81C (or 0xFEA81C) is known color: Dark Tangerine. HEX triplet: FE, A8 and 1C. RGB value is (254,168,28). Sum of RGB (Red+Green+Blue) = 254+168+28=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA81C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA81C is #0157E3. Grayscale: #B2B2B2. Windows color (decimal): -88036 or 1878270. OLE color: 1878270.
HSL color Cylindrical-coordinate representation of color #FEA81C: hue angle of 37.17º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEA81C is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 28 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.00 |
| HSL | 37.17º | 0.99% | 0.55% | - |
| HSV(B) | 37.17º | 0.89% | 1% | - |
| XYZ | 55.09 | 49.16 | 7.68 | - |
| YUV | 177.75 | 43.49 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 28 | 0 | 0.34 | 0.89 | 0.00 | 37.17 | 0.99 | 0.55 |
| Hex | FE | A8 | 1C | 0 | 22 | 59 | 0 | 25 | 63 | 37 |
| Octal | 376 | 250 | 34 | 0 | 42 | 131 | 0 | 45 | 143 | 67 |
| Binary | 11111110 | 10101000 | 11100 | 0 | 100010 | 1011001 | 0 | 100101 | 1100011 | 110111 |
Color Harmonies of #FEA81C
Complementary color
Monochromatic Colors of #FEA81C
Black with #FEA81C
Text Example
Text Example
White with #FEA81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA81C; }
p { color: rgb(254,168,28); }
H1.HeaderClassName
{
color: #FEA81C;
}
.AnyTagClassName
{
color: #FEA81C;
}
</style>
background-color css
<style>
a { background-color: #FEA81C; }
a { background-color: rgb(254,168,28); }
div.DivClassName
{
background-color: #FEA81C;
}
.BgClassName
{
background-color: #FEA81C;
}
</style>
border-color css
<style>
span { border-color: #FEA81C; }
span { border-color: rgb(254,168,28); }
td.TdClassName
{
border-color: #FEA81C;
}
.TagClassName
{
border-color: #FEA81C;
}
</style>