Shades of Dark Tangerine #FEB40F
Tints of Dark Tangerine #FEB40F
RGB
CMYK
RGB Variations
Color information
#FEB40F (or 0xFEB40F) is known color: Dark Tangerine. HEX triplet: FE, B4 and 0F. RGB value is (254,180,15). Sum of RGB (Red+Green+Blue) = 254+180+15=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB40F is #014BF0. Grayscale: #B8B8B8. Windows color (decimal): -84977 or 1029374. OLE color: 1029374.
HSL color Cylindrical-coordinate representation of color #FEB40F: hue angle of 41.42º 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 #FEB40F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 15 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.00 |
| HSL | 41.42º | 0.99% | 0.53% | - |
| HSV(B) | 41.42º | 0.94% | 1% | - |
| XYZ | 57.28 | 53.75 | 7.81 | - |
| YUV | 183.32 | 33.02 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 15 | 0 | 0.29 | 0.94 | 0.00 | 41.42 | 0.99 | 0.53 |
| Hex | FE | B4 | F | 0 | 1D | 5E | 0 | 29 | 63 | 35 |
| Octal | 376 | 264 | 17 | 0 | 35 | 136 | 0 | 51 | 143 | 65 |
| Binary | 11111110 | 10110100 | 1111 | 0 | 11101 | 1011110 | 0 | 101001 | 1100011 | 110101 |
Color Harmonies of #FEB40F
Complementary color
Monochromatic Colors of #FEB40F
Black with #FEB40F
Text Example
Text Example
White with #FEB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB40F; }
p { color: rgb(254,180,15); }
H1.HeaderClassName
{
color: #FEB40F;
}
.AnyTagClassName
{
color: #FEB40F;
}
</style>
background-color css
<style>
a { background-color: #FEB40F; }
a { background-color: rgb(254,180,15); }
div.DivClassName
{
background-color: #FEB40F;
}
.BgClassName
{
background-color: #FEB40F;
}
</style>
border-color css
<style>
span { border-color: #FEB40F; }
span { border-color: rgb(254,180,15); }
td.TdClassName
{
border-color: #FEB40F;
}
.TagClassName
{
border-color: #FEB40F;
}
</style>