Shades of Dark Tangerine #FEA41C
Tints of Dark Tangerine #FEA41C
RGB
CMYK
RGB Variations
Color information
#FEA41C (or 0xFEA41C) is known color: Dark Tangerine. HEX triplet: FE, A4 and 1C. RGB value is (254,164,28). Sum of RGB (Red+Green+Blue) = 254+164+28=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA41C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA41C is #015BE3. Grayscale: #B0B0B0. Windows color (decimal): -89060 or 1877246. OLE color: 1877246.
HSL color Cylindrical-coordinate representation of color #FEA41C: hue angle of 36.11º 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 #FEA41C is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 28 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.00 |
| HSL | 36.11º | 0.99% | 0.55% | - |
| HSV(B) | 36.11º | 0.89% | 1% | - |
| XYZ | 54.36 | 47.71 | 7.44 | - |
| YUV | 175.41 | 44.82 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 28 | 0 | 0.35 | 0.89 | 0.00 | 36.11 | 0.99 | 0.55 |
| Hex | FE | A4 | 1C | 0 | 23 | 59 | 0 | 24 | 63 | 37 |
| Octal | 376 | 244 | 34 | 0 | 43 | 131 | 0 | 44 | 143 | 67 |
| Binary | 11111110 | 10100100 | 11100 | 0 | 100011 | 1011001 | 0 | 100100 | 1100011 | 110111 |
Color Harmonies of #FEA41C
Complementary color
Monochromatic Colors of #FEA41C
Black with #FEA41C
Text Example
Text Example
White with #FEA41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA41C; }
p { color: rgb(254,164,28); }
H1.HeaderClassName
{
color: #FEA41C;
}
.AnyTagClassName
{
color: #FEA41C;
}
</style>
background-color css
<style>
a { background-color: #FEA41C; }
a { background-color: rgb(254,164,28); }
div.DivClassName
{
background-color: #FEA41C;
}
.BgClassName
{
background-color: #FEA41C;
}
</style>
border-color css
<style>
span { border-color: #FEA41C; }
span { border-color: rgb(254,164,28); }
td.TdClassName
{
border-color: #FEA41C;
}
.TagClassName
{
border-color: #FEA41C;
}
</style>