Shades of Buttercup #CF911A
Tints of Buttercup #CF911A
RGB
CMYK
RGB Variations
Color information
#CF911A (or 0xCF911A) is known color: Buttercup. HEX triplet: CF, 91 and 1A. RGB value is (207,145,26). Sum of RGB (Red+Green+Blue) = 207+145+26=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF911A is #306EE5. Grayscale: #969696. Windows color (decimal): -3174118 or 1741263. OLE color: 1741263.
HSL color Cylindrical-coordinate representation of color #CF911A: hue angle of 39.45º 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 #CF911A is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 26 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.19 |
| HSL | 39.45º | 0.78% | 0.46% | - |
| HSV(B) | 39.45º | 0.87% | 0.81% | - |
| XYZ | 36.04 | 33.59 | 5.56 | - |
| YUV | 149.97 | 58.04 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 26 | 0 | 0.30 | 0.87 | 0.19 | 39.45 | 0.78 | 0.46 |
| Hex | CF | 91 | 1A | 0 | 1E | 57 | 13 | 27 | 4E | 2E |
| Octal | 317 | 221 | 32 | 0 | 36 | 127 | 23 | 47 | 116 | 56 |
| Binary | 11001111 | 10010001 | 11010 | 0 | 11110 | 1010111 | 10011 | 100111 | 1001110 | 101110 |
Color Harmonies of #CF911A
Complementary color
Monochromatic Colors of #CF911A
Black with #CF911A
Text Example
Text Example
White with #CF911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF911A; }
p { color: rgb(207,145,26); }
H1.HeaderClassName
{
color: #CF911A;
}
.AnyTagClassName
{
color: #CF911A;
}
</style>
background-color css
<style>
a { background-color: #CF911A; }
a { background-color: rgb(207,145,26); }
div.DivClassName
{
background-color: #CF911A;
}
.BgClassName
{
background-color: #CF911A;
}
</style>
border-color css
<style>
span { border-color: #CF911A; }
span { border-color: rgb(207,145,26); }
td.TdClassName
{
border-color: #CF911A;
}
.TagClassName
{
border-color: #CF911A;
}
</style>