Shades of Dark Tangerine #FEB11D
Tints of Dark Tangerine #FEB11D
RGB
CMYK
RGB Variations
Color information
#FEB11D (or 0xFEB11D) is known color: Dark Tangerine. HEX triplet: FE, B1 and 1D. RGB value is (254,177,29). Sum of RGB (Red+Green+Blue) = 254+177+29=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB11D is #014EE2. Grayscale: #B7B7B7. Windows color (decimal): -85731 or 1946110. OLE color: 1946110.
HSL color Cylindrical-coordinate representation of color #FEB11D: hue angle of 39.47º 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 #FEB11D is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 29 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.00 |
| HSL | 39.47º | 0.99% | 0.55% | - |
| HSV(B) | 39.47º | 0.89% | 1% | - |
| XYZ | 56.82 | 52.6 | 8.32 | - |
| YUV | 183.15 | 41.01 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 29 | 0 | 0.30 | 0.89 | 0.00 | 39.47 | 0.99 | 0.55 |
| Hex | FE | B1 | 1D | 0 | 1E | 59 | 0 | 27 | 63 | 37 |
| Octal | 376 | 261 | 35 | 0 | 36 | 131 | 0 | 47 | 143 | 67 |
| Binary | 11111110 | 10110001 | 11101 | 0 | 11110 | 1011001 | 0 | 100111 | 1100011 | 110111 |
Color Harmonies of #FEB11D
Complementary color
Monochromatic Colors of #FEB11D
Black with #FEB11D
Text Example
Text Example
White with #FEB11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB11D; }
p { color: rgb(254,177,29); }
H1.HeaderClassName
{
color: #FEB11D;
}
.AnyTagClassName
{
color: #FEB11D;
}
</style>
background-color css
<style>
a { background-color: #FEB11D; }
a { background-color: rgb(254,177,29); }
div.DivClassName
{
background-color: #FEB11D;
}
.BgClassName
{
background-color: #FEB11D;
}
</style>
border-color css
<style>
span { border-color: #FEB11D; }
span { border-color: rgb(254,177,29); }
td.TdClassName
{
border-color: #FEB11D;
}
.TagClassName
{
border-color: #FEB11D;
}
</style>