Shades of Fuel Yellow #CF8A32
Tints of Fuel Yellow #CF8A32
RGB
CMYK
RGB Variations
Color information
#CF8A32 (or 0xCF8A32) is known color: Fuel Yellow. HEX triplet: CF, 8A and 32. RGB value is (207,138,50). Sum of RGB (Red+Green+Blue) = 207+138+50=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A32 is #3075CD. Grayscale: #959595. Windows color (decimal): -3175886 or 3312335. OLE color: 3312335.
HSL color Cylindrical-coordinate representation of color #CF8A32: hue angle of 33.63º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF8A32 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 50 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.19 |
| HSL | 33.63º | 0.62% | 0.5% | - |
| HSV(B) | 33.63º | 0.76% | 0.81% | - |
| XYZ | 35.4 | 31.67 | 7.27 | - |
| YUV | 148.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 50 | 0 | 0.33 | 0.76 | 0.19 | 33.63 | 0.62 | 0.5 |
| Hex | CF | 8A | 32 | 0 | 21 | 4C | 13 | 22 | 3E | 32 |
| Octal | 317 | 212 | 62 | 0 | 41 | 114 | 23 | 42 | 76 | 62 |
| Binary | 11001111 | 10001010 | 110010 | 0 | 100001 | 1001100 | 10011 | 100010 | 111110 | 110010 |
Color Harmonies of #CF8A32
Complementary color
Monochromatic Colors of #CF8A32
Black with #CF8A32
Text Example
Text Example
White with #CF8A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A32; }
p { color: rgb(207,138,50); }
H1.HeaderClassName
{
color: #CF8A32;
}
.AnyTagClassName
{
color: #CF8A32;
}
</style>
background-color css
<style>
a { background-color: #CF8A32; }
a { background-color: rgb(207,138,50); }
div.DivClassName
{
background-color: #CF8A32;
}
.BgClassName
{
background-color: #CF8A32;
}
</style>
border-color css
<style>
span { border-color: #CF8A32; }
span { border-color: rgb(207,138,50); }
td.TdClassName
{
border-color: #CF8A32;
}
.TagClassName
{
border-color: #CF8A32;
}
</style>