Shades of Fuel Yellow #CF952C
Tints of Fuel Yellow #CF952C
RGB
CMYK
RGB Variations
Color information
#CF952C (or 0xCF952C) is known color: Fuel Yellow. HEX triplet: CF, 95 and 2C. RGB value is (207,149,44). Sum of RGB (Red+Green+Blue) = 207+149+44=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF952C is #306AD3. Grayscale: #9A9A9A. Windows color (decimal): -3173076 or 2921935. OLE color: 2921935.
HSL color Cylindrical-coordinate representation of color #CF952C: hue angle of 38.65º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF952C is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 44 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.19 |
| HSL | 38.65º | 0.65% | 0.49% | - |
| HSV(B) | 38.65º | 0.79% | 0.81% | - |
| XYZ | 36.93 | 34.94 | 7.18 | - |
| YUV | 154.37 | 65.72 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 44 | 0 | 0.28 | 0.79 | 0.19 | 38.65 | 0.65 | 0.49 |
| Hex | CF | 95 | 2C | 0 | 1C | 4F | 13 | 27 | 41 | 31 |
| Octal | 317 | 225 | 54 | 0 | 34 | 117 | 23 | 47 | 101 | 61 |
| Binary | 11001111 | 10010101 | 101100 | 0 | 11100 | 1001111 | 10011 | 100111 | 1000001 | 110001 |
Color Harmonies of #CF952C
Complementary color
Monochromatic Colors of #CF952C
Black with #CF952C
Text Example
Text Example
White with #CF952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF952C; }
p { color: rgb(207,149,44); }
H1.HeaderClassName
{
color: #CF952C;
}
.AnyTagClassName
{
color: #CF952C;
}
</style>
background-color css
<style>
a { background-color: #CF952C; }
a { background-color: rgb(207,149,44); }
div.DivClassName
{
background-color: #CF952C;
}
.BgClassName
{
background-color: #CF952C;
}
</style>
border-color css
<style>
span { border-color: #CF952C; }
span { border-color: rgb(207,149,44); }
td.TdClassName
{
border-color: #CF952C;
}
.TagClassName
{
border-color: #CF952C;
}
</style>