#C98C36

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

Shades of Fuel Yellow #C98C36

Tints of Fuel Yellow #C98C36

Color information

#C98C36 (or 0xC98C36) is unknown color: approx Fuel Yellow. HEX triplet: C9, 8C and 36. RGB value is (201,140,54). Sum of RGB (Red+Green+Blue) = 201+140+54=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C36 is #3673C9. Grayscale: #949494. Windows color (decimal): -3568586 or 3574985. OLE color: 3574985.

HSL color Cylindrical-coordinate representation of color #C98C36: hue angle of 35.1º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C98C36 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20114054-
CMYK00.300.730.21
HSL35.1º57.65%50%-
HSV(B)35.1º73.13%78.82%-
XYZ34.1331.447.76-
YUV148.4474.71165.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.89%
GREEN value IS 140 (55.08% from 255) = 35.44%
BLUE value IS 54 (21.48% from 255) = 13.67%
R=50.89%
G=35.44%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011405400.300.730.2135.157.6550
HexC98C3601E4915233a32
Octal3112146603611125437262
Binary1100100110001100110110011110100100110101100011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98C36; }

 p { color: rgb(201,140,54); }

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

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

 a { background-color: rgb(201,140,54); }

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

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

 span { border-color: rgb(201,140,54); }

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