#CF9A34

Color #CF9A34 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CF9A34

Tints of Fuel Yellow #CF9A34

Color information

#CF9A34 (or 0xCF9A34) is unknown color: approx Fuel Yellow. HEX triplet: CF, 9A and 34. RGB value is (207,154,52). Sum of RGB (Red+Green+Blue) = 207+154+52=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A34 is #3065CB. Grayscale: #9E9E9E. Windows color (decimal): -3171788 or 3447503. OLE color: 3447503.

HSL color Cylindrical-coordinate representation of color #CF9A34: hue angle of 39.48º 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 #CF9A34 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB20715452-
CMYK00.260.750.19
HSL39.48º61.75%50.78%-
HSV(B)39.48º74.88%81.18%-
XYZ37.9136.628.32-
YUV158.2268.06162.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 50.12%
GREEN value IS 154 (60.55% from 255) = 37.29%
BLUE value IS 52 (20.70% from 255) = 12.59%
R=50.12%
G=37.29%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071545200.260.750.1939.4861.7550.78
HexCF9A3401A4B13273e33
Octal3172326403211323477663
Binary1100111110011010110100011010100101110011100111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A34; }

 p { color: rgb(207,154,52); }

 H1.HeaderClassName
 {
   color: #CF9A34;
 }
 .AnyTagClassName
 {
   color: #CF9A34;
 }
</style>
background-color css

<style>
 a { background-color: #CF9A34; }

 a { background-color: rgb(207,154,52); }

 div.DivClassName
 {
   background-color: #CF9A34;
 }
 .BgClassName
 {
   background-color: #CF9A34;
 }
</style>
border-color css

<style>
 span { border-color: #CF9A34; }

 span { border-color: rgb(207,154,52); }

 td.TdClassName
 {
   border-color: #CF9A34;
 }
 .TagClassName
 {
   border-color: #CF9A34;
 }
</style>