Shades of Fuel Yellow #CF9B3C
Tints of Fuel Yellow #CF9B3C
RGB
CMYK
RGB Variations
Color information
#CF9B3C (or 0xCF9B3C) is known color: Fuel Yellow. HEX triplet: CF, 9B and 3C. RGB value is (207,155,60). Sum of RGB (Red+Green+Blue) = 207+155+60=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B3C is #3064C3. Grayscale: #A0A0A0. Windows color (decimal): -3171524 or 3972047. OLE color: 3972047.
HSL color Cylindrical-coordinate representation of color #CF9B3C: hue angle of 38.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF9B3C is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 60 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.19 |
| HSL | 38.78º | 0.6% | 0.52% | - |
| HSV(B) | 38.78º | 0.71% | 0.81% | - |
| XYZ | 38.27 | 37.03 | 9.41 | - |
| YUV | 159.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 60 | 0 | 0.25 | 0.71 | 0.19 | 38.78 | 0.6 | 0.52 |
| Hex | CF | 9B | 3C | 0 | 19 | 47 | 13 | 27 | 3C | 34 |
| Octal | 317 | 233 | 74 | 0 | 31 | 107 | 23 | 47 | 74 | 64 |
| Binary | 11001111 | 10011011 | 111100 | 0 | 11001 | 1000111 | 10011 | 100111 | 111100 | 110100 |
Color Harmonies of #CF9B3C
Complementary color
Monochromatic Colors of #CF9B3C
Black with #CF9B3C
Text Example
Text Example
White with #CF9B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B3C; }
p { color: rgb(207,155,60); }
H1.HeaderClassName
{
color: #CF9B3C;
}
.AnyTagClassName
{
color: #CF9B3C;
}
</style>
background-color css
<style>
a { background-color: #CF9B3C; }
a { background-color: rgb(207,155,60); }
div.DivClassName
{
background-color: #CF9B3C;
}
.BgClassName
{
background-color: #CF9B3C;
}
</style>
border-color css
<style>
span { border-color: #CF9B3C; }
span { border-color: rgb(207,155,60); }
td.TdClassName
{
border-color: #CF9B3C;
}
.TagClassName
{
border-color: #CF9B3C;
}
</style>