Shades of Tangerine Yellow #FED00B
Tints of Tangerine Yellow #FED00B
RGB
CMYK
RGB Variations
Color information
#FED00B (or 0xFED00B) is known color: Tangerine Yellow. HEX triplet: FE, D0 and 0B. RGB value is (254,208,11). Sum of RGB (Red+Green+Blue) = 254+208+11=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FED00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED00B is #012FF4. Grayscale: #C8C8C8. Windows color (decimal): -77813 or 774398. OLE color: 774398.
HSL color Cylindrical-coordinate representation of color #FED00B: hue angle of 48.64º 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 #FED00B is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 11 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.00 |
| HSL | 48.64º | 0.99% | 0.52% | - |
| HSV(B) | 48.64º | 0.96% | 1% | - |
| XYZ | 63.49 | 66.21 | 9.75 | - |
| YUV | 199.3 | 21.74 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 11 | 0 | 0.18 | 0.96 | 0.00 | 48.64 | 0.99 | 0.52 |
| Hex | FE | D0 | B | 0 | 12 | 60 | 0 | 31 | 63 | 34 |
| Octal | 376 | 320 | 13 | 0 | 22 | 140 | 0 | 61 | 143 | 64 |
| Binary | 11111110 | 11010000 | 1011 | 0 | 10010 | 1100000 | 0 | 110001 | 1100011 | 110100 |
Color Harmonies of #FED00B
Complementary color
Monochromatic Colors of #FED00B
Black with #FED00B
Text Example
Text Example
White with #FED00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED00B; }
p { color: rgb(254,208,11); }
H1.HeaderClassName
{
color: #FED00B;
}
.AnyTagClassName
{
color: #FED00B;
}
</style>
background-color css
<style>
a { background-color: #FED00B; }
a { background-color: rgb(254,208,11); }
div.DivClassName
{
background-color: #FED00B;
}
.BgClassName
{
background-color: #FED00B;
}
</style>
border-color css
<style>
span { border-color: #FED00B; }
span { border-color: rgb(254,208,11); }
td.TdClassName
{
border-color: #FED00B;
}
.TagClassName
{
border-color: #FED00B;
}
</style>