Shades of Buttercup #CF901E
Tints of Buttercup #CF901E
RGB
CMYK
RGB Variations
Color information
#CF901E (or 0xCF901E) is known color: Buttercup. HEX triplet: CF, 90 and 1E. RGB value is (207,144,30). Sum of RGB (Red+Green+Blue) = 207+144+30=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF901E is #306FE1. Grayscale: #969696. Windows color (decimal): -3174370 or 2003151. OLE color: 2003151.
HSL color Cylindrical-coordinate representation of color #CF901E: hue angle of 38.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF901E is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 30 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.19 |
| HSL | 38.64º | 0.75% | 0.46% | - |
| HSV(B) | 38.64º | 0.86% | 0.81% | - |
| XYZ | 35.94 | 33.31 | 5.76 | - |
| YUV | 149.84 | 60.37 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 30 | 0 | 0.30 | 0.86 | 0.19 | 38.64 | 0.75 | 0.46 |
| Hex | CF | 90 | 1E | 0 | 1E | 56 | 13 | 27 | 4B | 2E |
| Octal | 317 | 220 | 36 | 0 | 36 | 126 | 23 | 47 | 113 | 56 |
| Binary | 11001111 | 10010000 | 11110 | 0 | 11110 | 1010110 | 10011 | 100111 | 1001011 | 101110 |
Color Harmonies of #CF901E
Complementary color
Monochromatic Colors of #CF901E
Black with #CF901E
Text Example
Text Example
White with #CF901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF901E; }
p { color: rgb(207,144,30); }
H1.HeaderClassName
{
color: #CF901E;
}
.AnyTagClassName
{
color: #CF901E;
}
</style>
background-color css
<style>
a { background-color: #CF901E; }
a { background-color: rgb(207,144,30); }
div.DivClassName
{
background-color: #CF901E;
}
.BgClassName
{
background-color: #CF901E;
}
</style>
border-color css
<style>
span { border-color: #CF901E; }
span { border-color: rgb(207,144,30); }
td.TdClassName
{
border-color: #CF901E;
}
.TagClassName
{
border-color: #CF901E;
}
</style>