Shades of Dark Tangerine #FEB10B
Tints of Dark Tangerine #FEB10B
RGB
CMYK
RGB Variations
Color information
#FEB10B (or 0xFEB10B) is known color: Dark Tangerine. HEX triplet: FE, B1 and 0B. RGB value is (254,177,11). Sum of RGB (Red+Green+Blue) = 254+177+11=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB10B is #014EF4. Grayscale: #B5B5B5. Windows color (decimal): -85749 or 766462. OLE color: 766462.
HSL color Cylindrical-coordinate representation of color #FEB10B: hue angle of 40.99º 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 #FEB10B is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 11 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.00 |
| HSL | 40.99º | 0.99% | 0.52% | - |
| HSV(B) | 40.99º | 0.96% | 1% | - |
| XYZ | 56.66 | 52.54 | 7.47 | - |
| YUV | 181.1 | 32.01 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 11 | 0 | 0.30 | 0.96 | 0.00 | 40.99 | 0.99 | 0.52 |
| Hex | FE | B1 | B | 0 | 1E | 60 | 0 | 29 | 63 | 34 |
| Octal | 376 | 261 | 13 | 0 | 36 | 140 | 0 | 51 | 143 | 64 |
| Binary | 11111110 | 10110001 | 1011 | 0 | 11110 | 1100000 | 0 | 101001 | 1100011 | 110100 |
Color Harmonies of #FEB10B
Complementary color
Monochromatic Colors of #FEB10B
Black with #FEB10B
Text Example
Text Example
White with #FEB10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB10B; }
p { color: rgb(254,177,11); }
H1.HeaderClassName
{
color: #FEB10B;
}
.AnyTagClassName
{
color: #FEB10B;
}
</style>
background-color css
<style>
a { background-color: #FEB10B; }
a { background-color: rgb(254,177,11); }
div.DivClassName
{
background-color: #FEB10B;
}
.BgClassName
{
background-color: #FEB10B;
}
</style>
border-color css
<style>
span { border-color: #FEB10B; }
span { border-color: rgb(254,177,11); }
td.TdClassName
{
border-color: #FEB10B;
}
.TagClassName
{
border-color: #FEB10B;
}
</style>