#C99436

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

Shades of Fuel Yellow #C99436

Tints of Fuel Yellow #C99436

Color information

#C99436 (or 0xC99436) is unknown color: approx Fuel Yellow. HEX triplet: C9, 94 and 36. RGB value is (201,148,54). Sum of RGB (Red+Green+Blue) = 201+148+54=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C99436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99436 is #366BC9. Grayscale: #999999. Windows color (decimal): -3566538 or 3577033. OLE color: 3577033.

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

Color convert

RGB20114854-
CMYK00.260.730.21
HSL38.37º57.65%50%-
HSV(B)38.37º73.13%78.82%-
XYZ35.3433.868.16-
YUV153.1372.06162.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.88%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 54 (21.48% from 255) = 13.40%
R=49.88%
G=36.72%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011485400.260.730.2138.3757.6550
HexC9943601A4915263a32
Octal3112246603211125467262
Binary1100100110010100110110011010100100110101100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99436; }

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

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

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

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

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

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

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

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