Shades of Fuel Yellow #CF8A35
Tints of Fuel Yellow #CF8A35
RGB
CMYK
RGB Variations
Color information
#CF8A35 (or 0xCF8A35) is known color: Fuel Yellow. HEX triplet: CF, 8A and 35. RGB value is (207,138,53). Sum of RGB (Red+Green+Blue) = 207+138+53=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A35 is #3075CA. Grayscale: #959595. Windows color (decimal): -3175883 or 3508943. OLE color: 3508943.
HSL color Cylindrical-coordinate representation of color #CF8A35: hue angle of 33.12º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF8A35 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 53 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.19 |
| HSL | 33.12º | 0.62% | 0.51% | - |
| HSV(B) | 33.12º | 0.74% | 0.81% | - |
| XYZ | 35.46 | 31.7 | 7.62 | - |
| YUV | 148.94 | 73.86 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 53 | 0 | 0.33 | 0.74 | 0.19 | 33.12 | 0.62 | 0.51 |
| Hex | CF | 8A | 35 | 0 | 21 | 4A | 13 | 21 | 3E | 33 |
| Octal | 317 | 212 | 65 | 0 | 41 | 112 | 23 | 41 | 76 | 63 |
| Binary | 11001111 | 10001010 | 110101 | 0 | 100001 | 1001010 | 10011 | 100001 | 111110 | 110011 |
Color Harmonies of #CF8A35
Complementary color
Monochromatic Colors of #CF8A35
Black with #CF8A35
Text Example
Text Example
White with #CF8A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A35; }
p { color: rgb(207,138,53); }
H1.HeaderClassName
{
color: #CF8A35;
}
.AnyTagClassName
{
color: #CF8A35;
}
</style>
background-color css
<style>
a { background-color: #CF8A35; }
a { background-color: rgb(207,138,53); }
div.DivClassName
{
background-color: #CF8A35;
}
.BgClassName
{
background-color: #CF8A35;
}
</style>
border-color css
<style>
span { border-color: #CF8A35; }
span { border-color: rgb(207,138,53); }
td.TdClassName
{
border-color: #CF8A35;
}
.TagClassName
{
border-color: #CF8A35;
}
</style>