Shades of Tangerine Yellow #FFC90E
Tints of Tangerine Yellow #FFC90E
RGB
CMYK
RGB Variations
Color information
#FFC90E (or 0xFFC90E) is known color: Tangerine Yellow. HEX triplet: FF, C9 and 0E. RGB value is (255,201,14). Sum of RGB (Red+Green+Blue) = 255+201+14=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 14 (5.86% from 255 or 2.98% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC90E is #0036F1. Grayscale: #C4C4C4. Windows color (decimal): -14066 or 969215. OLE color: 969215.
HSL color Cylindrical-coordinate representation of color #FFC90E: hue angle of 46.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFC90E is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 14 | - |
| CMYK | 0 | 0.21 | 0.95 | 0 |
| HSL | 46.56º | 1% | 0.53% | - |
| HSV(B) | 46.56º | 0.95% | 1% | - |
| XYZ | 62.21 | 63.06 | 9.31 | - |
| YUV | 195.83 | 25.39 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 14 | 0 | 0.21 | 0.95 | 0 | 46.56 | 1 | 0.53 |
| Hex | FF | C9 | E | 0 | 15 | 5F | 0 | 2F | 64 | 35 |
| Octal | 377 | 311 | 16 | 0 | 25 | 137 | 0 | 57 | 144 | 65 |
| Binary | 11111111 | 11001001 | 1110 | 0 | 10101 | 1011111 | 0 | 101111 | 1100100 | 110101 |
Color Harmonies of #FFC90E
Complementary color
Monochromatic Colors of #FFC90E
Black with #FFC90E
Text Example
Text Example
White with #FFC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC90E; }
p { color: rgb(255,201,14); }
H1.HeaderClassName
{
color: #FFC90E;
}
.AnyTagClassName
{
color: #FFC90E;
}
</style>
background-color css
<style>
a { background-color: #FFC90E; }
a { background-color: rgb(255,201,14); }
div.DivClassName
{
background-color: #FFC90E;
}
.BgClassName
{
background-color: #FFC90E;
}
</style>
border-color css
<style>
span { border-color: #FFC90E; }
span { border-color: rgb(255,201,14); }
td.TdClassName
{
border-color: #FFC90E;
}
.TagClassName
{
border-color: #FFC90E;
}
</style>