#cf8c37

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

Shades of Fuel Yellow #CF8C37

Tints of Fuel Yellow #CF8C37

Color information

#CF8C37 (or 0xCF8C37) is unknown color: approx Fuel Yellow. HEX triplet: CF, 8C and 37. RGB value is (207,140,55). Sum of RGB (Red+Green+Blue) = 207+140+55=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C37 is #3073C8. Grayscale: #969696. Windows color (decimal): -3175369 or 3640527. OLE color: 3640527.

HSL color Cylindrical-coordinate representation of color #CF8C37: hue angle of 33.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF8C37 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB20714055-
CMYK00.320.730.19
HSL33.55º61.29%51.37%-
HSV(B)33.55º73.43%81.18%-
XYZ35.832.37.96-
YUV150.3474.2168.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.49%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 55 (21.88% from 255) = 13.68%
R=51.49%
G=34.83%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071405500.320.730.1933.5561.2951.37
HexCF8C370204913223d33
Octal3172146704011123427563
Binary11001111100011001101110100000100100110011100010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8c37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8c37; }

 p { color: rgb(207,140,55); }

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

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

 a { background-color: rgb(207,140,55); }

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

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

 span { border-color: rgb(207,140,55); }

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