Shades of Fuel Yellow #CF9B3D
Tints of Fuel Yellow #CF9B3D
RGB
CMYK
RGB Variations
Color information
#CF9B3D (or 0xCF9B3D) is known color: Fuel Yellow. HEX triplet: CF, 9B and 3D. RGB value is (207,155,61). Sum of RGB (Red+Green+Blue) = 207+155+61=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B3D is #3064C2. Grayscale: #A0A0A0. Windows color (decimal): -3171523 or 4037583. OLE color: 4037583.
HSL color Cylindrical-coordinate representation of color #CF9B3D: hue angle of 38.63º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF9B3D is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 61 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.19 |
| HSL | 38.63º | 0.6% | 0.53% | - |
| HSV(B) | 38.63º | 0.71% | 0.81% | - |
| XYZ | 38.3 | 37.05 | 9.55 | - |
| YUV | 159.83 | 72.23 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 61 | 0 | 0.25 | 0.71 | 0.19 | 38.63 | 0.6 | 0.53 |
| Hex | CF | 9B | 3D | 0 | 19 | 47 | 13 | 27 | 3C | 35 |
| Octal | 317 | 233 | 75 | 0 | 31 | 107 | 23 | 47 | 74 | 65 |
| Binary | 11001111 | 10011011 | 111101 | 0 | 11001 | 1000111 | 10011 | 100111 | 111100 | 110101 |
Color Harmonies of #CF9B3D
Complementary color
Monochromatic Colors of #CF9B3D
Black with #CF9B3D
Text Example
Text Example
White with #CF9B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B3D; }
p { color: rgb(207,155,61); }
H1.HeaderClassName
{
color: #CF9B3D;
}
.AnyTagClassName
{
color: #CF9B3D;
}
</style>
background-color css
<style>
a { background-color: #CF9B3D; }
a { background-color: rgb(207,155,61); }
div.DivClassName
{
background-color: #CF9B3D;
}
.BgClassName
{
background-color: #CF9B3D;
}
</style>
border-color css
<style>
span { border-color: #CF9B3D; }
span { border-color: rgb(207,155,61); }
td.TdClassName
{
border-color: #CF9B3D;
}
.TagClassName
{
border-color: #CF9B3D;
}
</style>