Shades of Fuel Yellow #CF922A
Tints of Fuel Yellow #CF922A
RGB
CMYK
RGB Variations
Color information
#CF922A (or 0xCF922A) is known color: Fuel Yellow. HEX triplet: CF, 92 and 2A. RGB value is (207,146,42). Sum of RGB (Red+Green+Blue) = 207+146+42=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF922A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF922A is #306DD5. Grayscale: #989898. Windows color (decimal): -3173846 or 2790095. OLE color: 2790095.
HSL color Cylindrical-coordinate representation of color #CF922A: hue angle of 37.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF922A is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 42 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.19 |
| HSL | 37.82º | 0.66% | 0.49% | - |
| HSV(B) | 37.82º | 0.8% | 0.81% | - |
| XYZ | 36.43 | 33.99 | 6.83 | - |
| YUV | 152.38 | 65.71 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 42 | 0 | 0.29 | 0.80 | 0.19 | 37.82 | 0.66 | 0.49 |
| Hex | CF | 92 | 2A | 0 | 1D | 50 | 13 | 26 | 42 | 31 |
| Octal | 317 | 222 | 52 | 0 | 35 | 120 | 23 | 46 | 102 | 61 |
| Binary | 11001111 | 10010010 | 101010 | 0 | 11101 | 1010000 | 10011 | 100110 | 1000010 | 110001 |
Color Harmonies of #CF922A
Complementary color
Monochromatic Colors of #CF922A
Black with #CF922A
Text Example
Text Example
White with #CF922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF922A; }
p { color: rgb(207,146,42); }
H1.HeaderClassName
{
color: #CF922A;
}
.AnyTagClassName
{
color: #CF922A;
}
</style>
background-color css
<style>
a { background-color: #CF922A; }
a { background-color: rgb(207,146,42); }
div.DivClassName
{
background-color: #CF922A;
}
.BgClassName
{
background-color: #CF922A;
}
</style>
border-color css
<style>
span { border-color: #CF922A; }
span { border-color: rgb(207,146,42); }
td.TdClassName
{
border-color: #CF922A;
}
.TagClassName
{
border-color: #CF922A;
}
</style>