Shades of Dark Tangerine #FEA51C
Tints of Dark Tangerine #FEA51C
RGB
CMYK
RGB Variations
Color information
#FEA51C (or 0xFEA51C) is known color: Dark Tangerine. HEX triplet: FE, A5 and 1C. RGB value is (254,165,28). Sum of RGB (Red+Green+Blue) = 254+165+28=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA51C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA51C is #015AE3. Grayscale: #B0B0B0. Windows color (decimal): -88804 or 1877502. OLE color: 1877502.
HSL color Cylindrical-coordinate representation of color #FEA51C: hue angle of 36.37º 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 #FEA51C is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 28 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.00 |
| HSL | 36.37º | 0.99% | 0.55% | - |
| HSV(B) | 36.37º | 0.89% | 1% | - |
| XYZ | 54.54 | 48.06 | 7.5 | - |
| YUV | 175.99 | 44.49 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 28 | 0 | 0.35 | 0.89 | 0.00 | 36.37 | 0.99 | 0.55 |
| Hex | FE | A5 | 1C | 0 | 23 | 59 | 0 | 24 | 63 | 37 |
| Octal | 376 | 245 | 34 | 0 | 43 | 131 | 0 | 44 | 143 | 67 |
| Binary | 11111110 | 10100101 | 11100 | 0 | 100011 | 1011001 | 0 | 100100 | 1100011 | 110111 |
Color Harmonies of #FEA51C
Complementary color
Monochromatic Colors of #FEA51C
Black with #FEA51C
Text Example
Text Example
White with #FEA51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA51C; }
p { color: rgb(254,165,28); }
H1.HeaderClassName
{
color: #FEA51C;
}
.AnyTagClassName
{
color: #FEA51C;
}
</style>
background-color css
<style>
a { background-color: #FEA51C; }
a { background-color: rgb(254,165,28); }
div.DivClassName
{
background-color: #FEA51C;
}
.BgClassName
{
background-color: #FEA51C;
}
</style>
border-color css
<style>
span { border-color: #FEA51C; }
span { border-color: rgb(254,165,28); }
td.TdClassName
{
border-color: #FEA51C;
}
.TagClassName
{
border-color: #FEA51C;
}
</style>