#cf8d35

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

Shades of Fuel Yellow #CF8D35

Tints of Fuel Yellow #CF8D35

Color information

#CF8D35 (or 0xCF8D35) is unknown color: approx Fuel Yellow. HEX triplet: CF, 8D and 35. RGB value is (207,141,53). Sum of RGB (Red+Green+Blue) = 207+141+53=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D35 is #3072CA. Grayscale: #979797. Windows color (decimal): -3175115 or 3509711. OLE color: 3509711.

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

Color convert

RGB20714153-
CMYK00.320.740.19
HSL34.29º61.6%50.98%-
HSV(B)34.29º74.4%81.18%-
XYZ35.932.577.76-
YUV150.772.87168.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.62%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 53 (21.09% from 255) = 13.22%
R=51.62%
G=35.16%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071415300.320.740.1934.2961.650.98
HexCF8D350204A13223e33
Octal3172156504011223427663
Binary11001111100011011101010100000100101010011100010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8d35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8d35; }

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

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

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

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

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

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

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

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