Shades of Fuel Yellow #CF903C
Tints of Fuel Yellow #CF903C
RGB
CMYK
RGB Variations
Color information
#CF903C (or 0xCF903C) is known color: Fuel Yellow. HEX triplet: CF, 90 and 3C. RGB value is (207,144,60). Sum of RGB (Red+Green+Blue) = 207+144+60=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF903C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF903C is #306FC3. Grayscale: #999999. Windows color (decimal): -3174340 or 3969231. OLE color: 3969231.
HSL color Cylindrical-coordinate representation of color #CF903C: hue angle of 34.29º 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 #CF903C is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 60 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.19 |
| HSL | 34.29º | 0.6% | 0.52% | - |
| HSV(B) | 34.29º | 0.71% | 0.81% | - |
| XYZ | 36.52 | 33.54 | 8.82 | - |
| YUV | 153.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 60 | 0 | 0.30 | 0.71 | 0.19 | 34.29 | 0.6 | 0.52 |
| Hex | CF | 90 | 3C | 0 | 1E | 47 | 13 | 22 | 3C | 34 |
| Octal | 317 | 220 | 74 | 0 | 36 | 107 | 23 | 42 | 74 | 64 |
| Binary | 11001111 | 10010000 | 111100 | 0 | 11110 | 1000111 | 10011 | 100010 | 111100 | 110100 |
Color Harmonies of #CF903C
Complementary color
Monochromatic Colors of #CF903C
Black with #CF903C
Text Example
Text Example
White with #CF903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF903C; }
p { color: rgb(207,144,60); }
H1.HeaderClassName
{
color: #CF903C;
}
.AnyTagClassName
{
color: #CF903C;
}
</style>
background-color css
<style>
a { background-color: #CF903C; }
a { background-color: rgb(207,144,60); }
div.DivClassName
{
background-color: #CF903C;
}
.BgClassName
{
background-color: #CF903C;
}
</style>
border-color css
<style>
span { border-color: #CF903C; }
span { border-color: rgb(207,144,60); }
td.TdClassName
{
border-color: #CF903C;
}
.TagClassName
{
border-color: #CF903C;
}
</style>