Shades of Fuel Yellow #CF8A33
Tints of Fuel Yellow #CF8A33
RGB
CMYK
RGB Variations
Color information
#CF8A33 (or 0xCF8A33) is known color: Fuel Yellow. HEX triplet: CF, 8A and 33. RGB value is (207,138,51). Sum of RGB (Red+Green+Blue) = 207+138+51=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A33 is #3075CC. Grayscale: #959595. Windows color (decimal): -3175885 or 3377871. OLE color: 3377871.
HSL color Cylindrical-coordinate representation of color #CF8A33: hue angle of 33.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF8A33 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 51 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.19 |
| HSL | 33.46º | 0.62% | 0.51% | - |
| HSV(B) | 33.46º | 0.75% | 0.81% | - |
| XYZ | 35.42 | 31.68 | 7.38 | - |
| YUV | 148.71 | 72.86 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 51 | 0 | 0.33 | 0.75 | 0.19 | 33.46 | 0.62 | 0.51 |
| Hex | CF | 8A | 33 | 0 | 21 | 4B | 13 | 21 | 3E | 33 |
| Octal | 317 | 212 | 63 | 0 | 41 | 113 | 23 | 41 | 76 | 63 |
| Binary | 11001111 | 10001010 | 110011 | 0 | 100001 | 1001011 | 10011 | 100001 | 111110 | 110011 |
Color Harmonies of #CF8A33
Complementary color
Monochromatic Colors of #CF8A33
Black with #CF8A33
Text Example
Text Example
White with #CF8A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A33; }
p { color: rgb(207,138,51); }
H1.HeaderClassName
{
color: #CF8A33;
}
.AnyTagClassName
{
color: #CF8A33;
}
</style>
background-color css
<style>
a { background-color: #CF8A33; }
a { background-color: rgb(207,138,51); }
div.DivClassName
{
background-color: #CF8A33;
}
.BgClassName
{
background-color: #CF8A33;
}
</style>
border-color css
<style>
span { border-color: #CF8A33; }
span { border-color: rgb(207,138,51); }
td.TdClassName
{
border-color: #CF8A33;
}
.TagClassName
{
border-color: #CF8A33;
}
</style>