Shades of Tangerine Yellow #FFCB0B
Tints of Tangerine Yellow #FFCB0B
RGB
CMYK
RGB Variations
Color information
#FFCB0B (or 0xFFCB0B) is known color: Tangerine Yellow. HEX triplet: FF, CB and 0B. RGB value is (255,203,11). Sum of RGB (Red+Green+Blue) = 255+203+11=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 11 (4.69% from 255 or 2.35% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB0B is #0034F4. Grayscale: #C5C5C5. Windows color (decimal): -13557 or 773119. OLE color: 773119.
HSL color Cylindrical-coordinate representation of color #FFCB0B: hue angle of 47.21º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFCB0B is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 11 | - |
| CMYK | 0 | 0.20 | 0.96 | 0 |
| HSL | 47.21º | 1% | 0.52% | - |
| HSV(B) | 47.21º | 0.96% | 1% | - |
| XYZ | 62.66 | 64 | 9.37 | - |
| YUV | 196.66 | 23.23 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 11 | 0 | 0.20 | 0.96 | 0 | 47.21 | 1 | 0.52 |
| Hex | FF | CB | B | 0 | 14 | 60 | 0 | 2F | 64 | 34 |
| Octal | 377 | 313 | 13 | 0 | 24 | 140 | 0 | 57 | 144 | 64 |
| Binary | 11111111 | 11001011 | 1011 | 0 | 10100 | 1100000 | 0 | 101111 | 1100100 | 110100 |
Color Harmonies of #FFCB0B
Complementary color
Monochromatic Colors of #FFCB0B
Black with #FFCB0B
Text Example
Text Example
White with #FFCB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB0B; }
p { color: rgb(255,203,11); }
H1.HeaderClassName
{
color: #FFCB0B;
}
.AnyTagClassName
{
color: #FFCB0B;
}
</style>
background-color css
<style>
a { background-color: #FFCB0B; }
a { background-color: rgb(255,203,11); }
div.DivClassName
{
background-color: #FFCB0B;
}
.BgClassName
{
background-color: #FFCB0B;
}
</style>
border-color css
<style>
span { border-color: #FFCB0B; }
span { border-color: rgb(255,203,11); }
td.TdClassName
{
border-color: #FFCB0B;
}
.TagClassName
{
border-color: #FFCB0B;
}
</style>