Shades of Dark Tangerine #FEA40B
Tints of Dark Tangerine #FEA40B
RGB
CMYK
RGB Variations
Color information
#FEA40B (or 0xFEA40B) is known color: Dark Tangerine. HEX triplet: FE, A4 and 0B. RGB value is (254,164,11). Sum of RGB (Red+Green+Blue) = 254+164+11=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA40B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA40B is #015BF4. Grayscale: #AEAEAE. Windows color (decimal): -89077 or 763134. OLE color: 763134.
HSL color Cylindrical-coordinate representation of color #FEA40B: hue angle of 37.78º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEA40B is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 11 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.00 |
| HSL | 37.78º | 0.99% | 0.52% | - |
| HSV(B) | 37.78º | 0.96% | 1% | - |
| XYZ | 54.21 | 47.65 | 6.66 | - |
| YUV | 173.47 | 36.32 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 11 | 0 | 0.35 | 0.96 | 0.00 | 37.78 | 0.99 | 0.52 |
| Hex | FE | A4 | B | 0 | 23 | 60 | 0 | 26 | 63 | 34 |
| Octal | 376 | 244 | 13 | 0 | 43 | 140 | 0 | 46 | 143 | 64 |
| Binary | 11111110 | 10100100 | 1011 | 0 | 100011 | 1100000 | 0 | 100110 | 1100011 | 110100 |
Color Harmonies of #FEA40B
Complementary color
Monochromatic Colors of #FEA40B
Black with #FEA40B
Text Example
Text Example
White with #FEA40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA40B; }
p { color: rgb(254,164,11); }
H1.HeaderClassName
{
color: #FEA40B;
}
.AnyTagClassName
{
color: #FEA40B;
}
</style>
background-color css
<style>
a { background-color: #FEA40B; }
a { background-color: rgb(254,164,11); }
div.DivClassName
{
background-color: #FEA40B;
}
.BgClassName
{
background-color: #FEA40B;
}
</style>
border-color css
<style>
span { border-color: #FEA40B; }
span { border-color: rgb(254,164,11); }
td.TdClassName
{
border-color: #FEA40B;
}
.TagClassName
{
border-color: #FEA40B;
}
</style>