Shades of Fuel Yellow #CF943C
Tints of Fuel Yellow #CF943C
RGB
CMYK
RGB Variations
Color information
#CF943C (or 0xCF943C) is known color: Fuel Yellow. HEX triplet: CF, 94 and 3C. RGB value is (207,148,60). Sum of RGB (Red+Green+Blue) = 207+148+60=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF943C is #306BC3. Grayscale: #9C9C9C. Windows color (decimal): -3173316 or 3970255. OLE color: 3970255.
HSL color Cylindrical-coordinate representation of color #CF943C: hue angle of 35.92º 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 #CF943C is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 60 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.19 |
| HSL | 35.92º | 0.6% | 0.52% | - |
| HSV(B) | 35.92º | 0.71% | 0.81% | - |
| XYZ | 37.14 | 34.77 | 9.03 | - |
| YUV | 155.61 | 74.05 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 60 | 0 | 0.29 | 0.71 | 0.19 | 35.92 | 0.6 | 0.52 |
| Hex | CF | 94 | 3C | 0 | 1D | 47 | 13 | 24 | 3C | 34 |
| Octal | 317 | 224 | 74 | 0 | 35 | 107 | 23 | 44 | 74 | 64 |
| Binary | 11001111 | 10010100 | 111100 | 0 | 11101 | 1000111 | 10011 | 100100 | 111100 | 110100 |
Color Harmonies of #CF943C
Complementary color
Monochromatic Colors of #CF943C
Black with #CF943C
Text Example
Text Example
White with #CF943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF943C; }
p { color: rgb(207,148,60); }
H1.HeaderClassName
{
color: #CF943C;
}
.AnyTagClassName
{
color: #CF943C;
}
</style>
background-color css
<style>
a { background-color: #CF943C; }
a { background-color: rgb(207,148,60); }
div.DivClassName
{
background-color: #CF943C;
}
.BgClassName
{
background-color: #CF943C;
}
</style>
border-color css
<style>
span { border-color: #CF943C; }
span { border-color: rgb(207,148,60); }
td.TdClassName
{
border-color: #CF943C;
}
.TagClassName
{
border-color: #CF943C;
}
</style>