Shades of Tangerine Yellow #FFCB06
Tints of Tangerine Yellow #FFCB06
RGB
CMYK
RGB Variations
Color information
#FFCB06 (or 0xFFCB06) is known color: Tangerine Yellow. HEX triplet: FF, CB and 06. RGB value is (255,203,6). Sum of RGB (Red+Green+Blue) = 255+203+6=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 6 (2.73% from 255 or 1.29% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB06 is #0034F9. Grayscale: #C4C4C4. Windows color (decimal): -13562 or 445439. OLE color: 445439.
HSL color Cylindrical-coordinate representation of color #FFCB06: hue angle of 47.47º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFCB06 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 6 | - |
| CMYK | 0 | 0.20 | 0.98 | 0 |
| HSL | 47.47º | 1% | 0.51% | - |
| HSV(B) | 47.47º | 0.98% | 1% | - |
| XYZ | 62.63 | 63.99 | 9.22 | - |
| YUV | 196.09 | 20.73 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 6 | 0 | 0.20 | 0.98 | 0 | 47.47 | 1 | 0.51 |
| Hex | FF | CB | 6 | 0 | 14 | 62 | 0 | 2F | 64 | 33 |
| Octal | 377 | 313 | 6 | 0 | 24 | 142 | 0 | 57 | 144 | 63 |
| Binary | 11111111 | 11001011 | 110 | 0 | 10100 | 1100010 | 0 | 101111 | 1100100 | 110011 |
Color Harmonies of #FFCB06
Complementary color
Monochromatic Colors of #FFCB06
Black with #FFCB06
Text Example
Text Example
White with #FFCB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB06; }
p { color: rgb(255,203,6); }
H1.HeaderClassName
{
color: #FFCB06;
}
.AnyTagClassName
{
color: #FFCB06;
}
</style>
background-color css
<style>
a { background-color: #FFCB06; }
a { background-color: rgb(255,203,6); }
div.DivClassName
{
background-color: #FFCB06;
}
.BgClassName
{
background-color: #FFCB06;
}
</style>
border-color css
<style>
span { border-color: #FFCB06; }
span { border-color: rgb(255,203,6); }
td.TdClassName
{
border-color: #FFCB06;
}
.TagClassName
{
border-color: #FFCB06;
}
</style>