#cf8d37

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

Shades of Fuel Yellow #CF8D37

Tints of Fuel Yellow #CF8D37

Color information

#CF8D37 (or 0xCF8D37) is unknown color: approx Fuel Yellow. HEX triplet: CF, 8D and 37. RGB value is (207,141,55). Sum of RGB (Red+Green+Blue) = 207+141+55=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D37 is #3072C8. Grayscale: #979797. Windows color (decimal): -3175113 or 3640783. OLE color: 3640783.

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

Color convert

RGB20714155-
CMYK00.320.730.19
HSL33.95º61.29%51.37%-
HSV(B)33.95º73.43%81.18%-
XYZ35.9532.598.01-
YUV150.9373.87167.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.36%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 55 (21.88% from 255) = 13.65%
R=51.36%
G=34.99%
B=13.65%

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
Decimal2071415500.320.730.1933.9561.2951.37
HexCF8D370204913223d33
Octal3172156704011123427563
Binary11001111100011011101110100000100100110011100010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8d37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8d37; }

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

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

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

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

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

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

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

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