Shades of Buttercup #CF921A
Tints of Buttercup #CF921A
RGB
CMYK
RGB Variations
Color information
#CF921A (or 0xCF921A) is known color: Buttercup. HEX triplet: CF, 92 and 1A. RGB value is (207,146,26). Sum of RGB (Red+Green+Blue) = 207+146+26=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF921A is #306DE5. Grayscale: #979797. Windows color (decimal): -3173862 or 1741519. OLE color: 1741519.
HSL color Cylindrical-coordinate representation of color #CF921A: hue angle of 39.78º 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 #CF921A is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 26 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.19 |
| HSL | 39.78º | 0.78% | 0.46% | - |
| HSV(B) | 39.78º | 0.87% | 0.81% | - |
| XYZ | 36.2 | 33.9 | 5.61 | - |
| YUV | 150.56 | 57.71 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 26 | 0 | 0.29 | 0.87 | 0.19 | 39.78 | 0.78 | 0.46 |
| Hex | CF | 92 | 1A | 0 | 1D | 57 | 13 | 28 | 4E | 2E |
| Octal | 317 | 222 | 32 | 0 | 35 | 127 | 23 | 50 | 116 | 56 |
| Binary | 11001111 | 10010010 | 11010 | 0 | 11101 | 1010111 | 10011 | 101000 | 1001110 | 101110 |
Color Harmonies of #CF921A
Complementary color
Monochromatic Colors of #CF921A
Black with #CF921A
Text Example
Text Example
White with #CF921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF921A; }
p { color: rgb(207,146,26); }
H1.HeaderClassName
{
color: #CF921A;
}
.AnyTagClassName
{
color: #CF921A;
}
</style>
background-color css
<style>
a { background-color: #CF921A; }
a { background-color: rgb(207,146,26); }
div.DivClassName
{
background-color: #CF921A;
}
.BgClassName
{
background-color: #CF921A;
}
</style>
border-color css
<style>
span { border-color: #CF921A; }
span { border-color: rgb(207,146,26); }
td.TdClassName
{
border-color: #CF921A;
}
.TagClassName
{
border-color: #CF921A;
}
</style>