Shades of Tangerine Yellow #FFCB01
Tints of Tangerine Yellow #FFCB01
RGB
CMYK
RGB Variations
Color information
#FFCB01 (or 0xFFCB01) is known color: Tangerine Yellow. HEX triplet: FF, CB and 01. RGB value is (255,203,1). Sum of RGB (Red+Green+Blue) = 255+203+1=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB01 is #0034FE. Grayscale: #C4C4C4. Windows color (decimal): -13567 or 117759. OLE color: 117759.
HSL color Cylindrical-coordinate representation of color #FFCB01: hue angle of 47.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFCB01 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0 |
| HSL | 47.72º | 1% | 0.5% | - |
| HSV(B) | 47.72º | 1% | 1% | - |
| XYZ | 62.6 | 63.97 | 9.08 | - |
| YUV | 195.52 | 18.23 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 1 | 0 | 0.20 | 1.00 | 0 | 47.72 | 1 | 0.5 |
| Hex | FF | CB | 1 | 0 | 14 | 64 | 0 | 30 | 64 | 32 |
| Octal | 377 | 313 | 1 | 0 | 24 | 144 | 0 | 60 | 144 | 62 |
| Binary | 11111111 | 11001011 | 1 | 0 | 10100 | 1100100 | 0 | 110000 | 1100100 | 110010 |
Color Harmonies of #FFCB01
Complementary color
Monochromatic Colors of #FFCB01
Black with #FFCB01
Text Example
Text Example
White with #FFCB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB01; }
p { color: rgb(255,203,1); }
H1.HeaderClassName
{
color: #FFCB01;
}
.AnyTagClassName
{
color: #FFCB01;
}
</style>
background-color css
<style>
a { background-color: #FFCB01; }
a { background-color: rgb(255,203,1); }
div.DivClassName
{
background-color: #FFCB01;
}
.BgClassName
{
background-color: #FFCB01;
}
</style>
border-color css
<style>
span { border-color: #FFCB01; }
span { border-color: rgb(255,203,1); }
td.TdClassName
{
border-color: #FFCB01;
}
.TagClassName
{
border-color: #FFCB01;
}
</style>