Shades of Buttercup #CF951A
Tints of Buttercup #CF951A
RGB
CMYK
RGB Variations
Color information
#CF951A (or 0xCF951A) is known color: Buttercup. HEX triplet: CF, 95 and 1A. RGB value is (207,149,26). Sum of RGB (Red+Green+Blue) = 207+149+26=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF951A is #306AE5. Grayscale: #989898. Windows color (decimal): -3173094 or 1742287. OLE color: 1742287.
HSL color Cylindrical-coordinate representation of color #CF951A: hue angle of 40.77º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF951A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 26 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.19 |
| HSL | 40.77º | 0.78% | 0.46% | - |
| HSV(B) | 40.77º | 0.87% | 0.81% | - |
| XYZ | 36.67 | 34.83 | 5.77 | - |
| YUV | 152.32 | 56.72 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 26 | 0 | 0.28 | 0.87 | 0.19 | 40.77 | 0.78 | 0.46 |
| Hex | CF | 95 | 1A | 0 | 1C | 57 | 13 | 29 | 4E | 2E |
| Octal | 317 | 225 | 32 | 0 | 34 | 127 | 23 | 51 | 116 | 56 |
| Binary | 11001111 | 10010101 | 11010 | 0 | 11100 | 1010111 | 10011 | 101001 | 1001110 | 101110 |
Color Harmonies of #CF951A
Complementary color
Monochromatic Colors of #CF951A
Black with #CF951A
Text Example
Text Example
White with #CF951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF951A; }
p { color: rgb(207,149,26); }
H1.HeaderClassName
{
color: #CF951A;
}
.AnyTagClassName
{
color: #CF951A;
}
</style>
background-color css
<style>
a { background-color: #CF951A; }
a { background-color: rgb(207,149,26); }
div.DivClassName
{
background-color: #CF951A;
}
.BgClassName
{
background-color: #CF951A;
}
</style>
border-color css
<style>
span { border-color: #CF951A; }
span { border-color: rgb(207,149,26); }
td.TdClassName
{
border-color: #CF951A;
}
.TagClassName
{
border-color: #CF951A;
}
</style>