Shades of Tangerine Yellow #FFCB0E
Tints of Tangerine Yellow #FFCB0E
RGB
CMYK
RGB Variations
Color information
#FFCB0E (or 0xFFCB0E) is known color: Tangerine Yellow. HEX triplet: FF, CB and 0E. RGB value is (255,203,14). Sum of RGB (Red+Green+Blue) = 255+203+14=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 14 (5.86% from 255 or 2.97% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB0E is #0034F1. Grayscale: #C5C5C5. Windows color (decimal): -13554 or 969727. OLE color: 969727.
HSL color Cylindrical-coordinate representation of color #FFCB0E: hue angle of 47.05º 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 #FFCB0E is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 14 | - |
| CMYK | 0 | 0.20 | 0.95 | 0 |
| HSL | 47.05º | 1% | 0.53% | - |
| HSV(B) | 47.05º | 0.95% | 1% | - |
| XYZ | 62.68 | 64 | 9.47 | - |
| YUV | 197 | 24.73 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 14 | 0 | 0.20 | 0.95 | 0 | 47.05 | 1 | 0.53 |
| Hex | FF | CB | E | 0 | 14 | 5F | 0 | 2F | 64 | 35 |
| Octal | 377 | 313 | 16 | 0 | 24 | 137 | 0 | 57 | 144 | 65 |
| Binary | 11111111 | 11001011 | 1110 | 0 | 10100 | 1011111 | 0 | 101111 | 1100100 | 110101 |
Color Harmonies of #FFCB0E
Complementary color
Monochromatic Colors of #FFCB0E
Black with #FFCB0E
Text Example
Text Example
White with #FFCB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB0E; }
p { color: rgb(255,203,14); }
H1.HeaderClassName
{
color: #FFCB0E;
}
.AnyTagClassName
{
color: #FFCB0E;
}
</style>
background-color css
<style>
a { background-color: #FFCB0E; }
a { background-color: rgb(255,203,14); }
div.DivClassName
{
background-color: #FFCB0E;
}
.BgClassName
{
background-color: #FFCB0E;
}
</style>
border-color css
<style>
span { border-color: #FFCB0E; }
span { border-color: rgb(255,203,14); }
td.TdClassName
{
border-color: #FFCB0E;
}
.TagClassName
{
border-color: #FFCB0E;
}
</style>