Shades of Fuel Yellow #CF952F
Tints of Fuel Yellow #CF952F
RGB
CMYK
RGB Variations
Color information
#CF952F (or 0xCF952F) is known color: Fuel Yellow. HEX triplet: CF, 95 and 2F. RGB value is (207,149,47). Sum of RGB (Red+Green+Blue) = 207+149+47=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF952F is #306AD0. Grayscale: #9B9B9B. Windows color (decimal): -3173073 or 3118543. OLE color: 3118543.
HSL color Cylindrical-coordinate representation of color #CF952F: hue angle of 38.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF952F is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 47 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.19 |
| HSL | 38.25º | 0.63% | 0.5% | - |
| HSV(B) | 38.25º | 0.77% | 0.81% | - |
| XYZ | 36.99 | 34.97 | 7.49 | - |
| YUV | 154.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 47 | 0 | 0.28 | 0.77 | 0.19 | 38.25 | 0.63 | 0.5 |
| Hex | CF | 95 | 2F | 0 | 1C | 4D | 13 | 26 | 3F | 32 |
| Octal | 317 | 225 | 57 | 0 | 34 | 115 | 23 | 46 | 77 | 62 |
| Binary | 11001111 | 10010101 | 101111 | 0 | 11100 | 1001101 | 10011 | 100110 | 111111 | 110010 |
Color Harmonies of #CF952F
Complementary color
Monochromatic Colors of #CF952F
Black with #CF952F
Text Example
Text Example
White with #CF952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF952F; }
p { color: rgb(207,149,47); }
H1.HeaderClassName
{
color: #CF952F;
}
.AnyTagClassName
{
color: #CF952F;
}
</style>
background-color css
<style>
a { background-color: #CF952F; }
a { background-color: rgb(207,149,47); }
div.DivClassName
{
background-color: #CF952F;
}
.BgClassName
{
background-color: #CF952F;
}
</style>
border-color css
<style>
span { border-color: #CF952F; }
span { border-color: rgb(207,149,47); }
td.TdClassName
{
border-color: #CF952F;
}
.TagClassName
{
border-color: #CF952F;
}
</style>