Shades of Fuel Yellow #CF933C
Tints of Fuel Yellow #CF933C
RGB
CMYK
RGB Variations
Color information
#CF933C (or 0xCF933C) is known color: Fuel Yellow. HEX triplet: CF, 93 and 3C. RGB value is (207,147,60). Sum of RGB (Red+Green+Blue) = 207+147+60=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF933C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF933C is #306CC3. Grayscale: #9B9B9B. Windows color (decimal): -3173572 or 3969999. OLE color: 3969999.
HSL color Cylindrical-coordinate representation of color #CF933C: hue angle of 35.51º 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 #CF933C is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 60 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.19 |
| HSL | 35.51º | 0.6% | 0.52% | - |
| HSV(B) | 35.51º | 0.71% | 0.81% | - |
| XYZ | 36.98 | 34.46 | 8.98 | - |
| YUV | 155.02 | 74.38 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 60 | 0 | 0.29 | 0.71 | 0.19 | 35.51 | 0.6 | 0.52 |
| Hex | CF | 93 | 3C | 0 | 1D | 47 | 13 | 24 | 3C | 34 |
| Octal | 317 | 223 | 74 | 0 | 35 | 107 | 23 | 44 | 74 | 64 |
| Binary | 11001111 | 10010011 | 111100 | 0 | 11101 | 1000111 | 10011 | 100100 | 111100 | 110100 |
Color Harmonies of #CF933C
Complementary color
Monochromatic Colors of #CF933C
Black with #CF933C
Text Example
Text Example
White with #CF933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF933C; }
p { color: rgb(207,147,60); }
H1.HeaderClassName
{
color: #CF933C;
}
.AnyTagClassName
{
color: #CF933C;
}
</style>
background-color css
<style>
a { background-color: #CF933C; }
a { background-color: rgb(207,147,60); }
div.DivClassName
{
background-color: #CF933C;
}
.BgClassName
{
background-color: #CF933C;
}
</style>
border-color css
<style>
span { border-color: #CF933C; }
span { border-color: rgb(207,147,60); }
td.TdClassName
{
border-color: #CF933C;
}
.TagClassName
{
border-color: #CF933C;
}
</style>