Shades of Tangerine Yellow #FFCB07
Tints of Tangerine Yellow #FFCB07
RGB
CMYK
RGB Variations
Color information
#FFCB07 (or 0xFFCB07) is known color: Tangerine Yellow. HEX triplet: FF, CB and 07. RGB value is (255,203,7). Sum of RGB (Red+Green+Blue) = 255+203+7=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 7 (3.12% from 255 or 1.51% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB07 is #0034F8. Grayscale: #C5C5C5. Windows color (decimal): -13561 or 510975. OLE color: 510975.
HSL color Cylindrical-coordinate representation of color #FFCB07: hue angle of 47.42º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFCB07 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 7 | - |
| CMYK | 0 | 0.20 | 0.97 | 0 |
| HSL | 47.42º | 1% | 0.51% | - |
| HSV(B) | 47.42º | 0.97% | 1% | - |
| XYZ | 62.63 | 63.99 | 9.25 | - |
| YUV | 196.2 | 21.23 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 7 | 0 | 0.20 | 0.97 | 0 | 47.42 | 1 | 0.51 |
| Hex | FF | CB | 7 | 0 | 14 | 61 | 0 | 2F | 64 | 33 |
| Octal | 377 | 313 | 7 | 0 | 24 | 141 | 0 | 57 | 144 | 63 |
| Binary | 11111111 | 11001011 | 111 | 0 | 10100 | 1100001 | 0 | 101111 | 1100100 | 110011 |
Color Harmonies of #FFCB07
Complementary color
Monochromatic Colors of #FFCB07
Black with #FFCB07
Text Example
Text Example
White with #FFCB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB07; }
p { color: rgb(255,203,7); }
H1.HeaderClassName
{
color: #FFCB07;
}
.AnyTagClassName
{
color: #FFCB07;
}
</style>
background-color css
<style>
a { background-color: #FFCB07; }
a { background-color: rgb(255,203,7); }
div.DivClassName
{
background-color: #FFCB07;
}
.BgClassName
{
background-color: #FFCB07;
}
</style>
border-color css
<style>
span { border-color: #FFCB07; }
span { border-color: rgb(255,203,7); }
td.TdClassName
{
border-color: #FFCB07;
}
.TagClassName
{
border-color: #FFCB07;
}
</style>