Shades of Tangerine Yellow #FFCB0D
Tints of Tangerine Yellow #FFCB0D
RGB
CMYK
RGB Variations
Color information
#FFCB0D (or 0xFFCB0D) is known color: Tangerine Yellow. HEX triplet: FF, CB and 0D. RGB value is (255,203,13). Sum of RGB (Red+Green+Blue) = 255+203+13=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB0D is #0034F2. Grayscale: #C5C5C5. Windows color (decimal): -13555 or 904191. OLE color: 904191.
HSL color Cylindrical-coordinate representation of color #FFCB0D: hue angle of 47.11º 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 #FFCB0D is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 13 | - |
| CMYK | 0 | 0.20 | 0.95 | 0 |
| HSL | 47.11º | 1% | 0.53% | - |
| HSV(B) | 47.11º | 0.95% | 1% | - |
| XYZ | 62.67 | 64 | 9.43 | - |
| YUV | 196.89 | 24.23 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 13 | 0 | 0.20 | 0.95 | 0 | 47.11 | 1 | 0.53 |
| Hex | FF | CB | D | 0 | 14 | 5F | 0 | 2F | 64 | 35 |
| Octal | 377 | 313 | 15 | 0 | 24 | 137 | 0 | 57 | 144 | 65 |
| Binary | 11111111 | 11001011 | 1101 | 0 | 10100 | 1011111 | 0 | 101111 | 1100100 | 110101 |
Color Harmonies of #FFCB0D
Complementary color
Monochromatic Colors of #FFCB0D
Black with #FFCB0D
Text Example
Text Example
White with #FFCB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB0D; }
p { color: rgb(255,203,13); }
H1.HeaderClassName
{
color: #FFCB0D;
}
.AnyTagClassName
{
color: #FFCB0D;
}
</style>
background-color css
<style>
a { background-color: #FFCB0D; }
a { background-color: rgb(255,203,13); }
div.DivClassName
{
background-color: #FFCB0D;
}
.BgClassName
{
background-color: #FFCB0D;
}
</style>
border-color css
<style>
span { border-color: #FFCB0D; }
span { border-color: rgb(255,203,13); }
td.TdClassName
{
border-color: #FFCB0D;
}
.TagClassName
{
border-color: #FFCB0D;
}
</style>