Shades of Tangerine Yellow #FFCF0B
Tints of Tangerine Yellow #FFCF0B
RGB
CMYK
RGB Variations
Color information
#FFCF0B (or 0xFFCF0B) is known color: Tangerine Yellow. HEX triplet: FF, CF and 0B. RGB value is (255,207,11). Sum of RGB (Red+Green+Blue) = 255+207+11=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF0B is #0030F4. Grayscale: #C7C7C7. Windows color (decimal): -12533 or 774143. OLE color: 774143.
HSL color Cylindrical-coordinate representation of color #FFCF0B: hue angle of 48.2º 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 #FFCF0B is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 11 | - |
| CMYK | 0 | 0.19 | 0.96 | 0 |
| HSL | 48.2º | 1% | 0.52% | - |
| HSV(B) | 48.2º | 0.96% | 1% | - |
| XYZ | 63.61 | 65.91 | 9.69 | - |
| YUV | 199.01 | 21.9 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 11 | 0 | 0.19 | 0.96 | 0 | 48.2 | 1 | 0.52 |
| Hex | FF | CF | B | 0 | 13 | 60 | 0 | 30 | 64 | 34 |
| Octal | 377 | 317 | 13 | 0 | 23 | 140 | 0 | 60 | 144 | 64 |
| Binary | 11111111 | 11001111 | 1011 | 0 | 10011 | 1100000 | 0 | 110000 | 1100100 | 110100 |
Color Harmonies of #FFCF0B
Complementary color
Monochromatic Colors of #FFCF0B
Black with #FFCF0B
Text Example
Text Example
White with #FFCF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF0B; }
p { color: rgb(255,207,11); }
H1.HeaderClassName
{
color: #FFCF0B;
}
.AnyTagClassName
{
color: #FFCF0B;
}
</style>
background-color css
<style>
a { background-color: #FFCF0B; }
a { background-color: rgb(255,207,11); }
div.DivClassName
{
background-color: #FFCF0B;
}
.BgClassName
{
background-color: #FFCF0B;
}
</style>
border-color css
<style>
span { border-color: #FFCF0B; }
span { border-color: rgb(255,207,11); }
td.TdClassName
{
border-color: #FFCF0B;
}
.TagClassName
{
border-color: #FFCF0B;
}
</style>