Shades of Fuel Yellow #CF962B
Tints of Fuel Yellow #CF962B
RGB
CMYK
RGB Variations
Color information
#CF962B (or 0xCF962B) is known color: Fuel Yellow. HEX triplet: CF, 96 and 2B. RGB value is (207,150,43). Sum of RGB (Red+Green+Blue) = 207+150+43=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF962B is #3069D4. Grayscale: #9B9B9B. Windows color (decimal): -3172821 or 2856655. OLE color: 2856655.
HSL color Cylindrical-coordinate representation of color #CF962B: hue angle of 39.15º degrees, saturation: 0.66, 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 #CF962B is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 43 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.19 |
| HSL | 39.15º | 0.66% | 0.49% | - |
| HSV(B) | 39.15º | 0.79% | 0.81% | - |
| XYZ | 37.07 | 35.25 | 7.14 | - |
| YUV | 154.85 | 64.88 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 43 | 0 | 0.28 | 0.79 | 0.19 | 39.15 | 0.66 | 0.49 |
| Hex | CF | 96 | 2B | 0 | 1C | 4F | 13 | 27 | 42 | 31 |
| Octal | 317 | 226 | 53 | 0 | 34 | 117 | 23 | 47 | 102 | 61 |
| Binary | 11001111 | 10010110 | 101011 | 0 | 11100 | 1001111 | 10011 | 100111 | 1000010 | 110001 |
Color Harmonies of #CF962B
Complementary color
Monochromatic Colors of #CF962B
Black with #CF962B
Text Example
Text Example
White with #CF962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF962B; }
p { color: rgb(207,150,43); }
H1.HeaderClassName
{
color: #CF962B;
}
.AnyTagClassName
{
color: #CF962B;
}
</style>
background-color css
<style>
a { background-color: #CF962B; }
a { background-color: rgb(207,150,43); }
div.DivClassName
{
background-color: #CF962B;
}
.BgClassName
{
background-color: #CF962B;
}
</style>
border-color css
<style>
span { border-color: #CF962B; }
span { border-color: rgb(207,150,43); }
td.TdClassName
{
border-color: #CF962B;
}
.TagClassName
{
border-color: #CF962B;
}
</style>