#C9932A

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

Shades of Fuel Yellow #C9932A

Tints of Fuel Yellow #C9932A

Color information

#C9932A (or 0xC9932A) is unknown color: approx Fuel Yellow. HEX triplet: C9, 93 and 2A. RGB value is (201,147,42). Sum of RGB (Red+Green+Blue) = 201+147+42=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9932A is #366CD5. Grayscale: #979797. Windows color (decimal): -3566806 or 2790345. OLE color: 2790345.

HSL color Cylindrical-coordinate representation of color #C9932A: hue angle of 39.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9932A is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20114742-
CMYK00.270.790.21
HSL39.62º65.43%47.65%-
HSV(B)39.62º79.1%78.82%-
XYZ34.9433.456.81-
YUV151.1866.39163.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.54%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 42 (16.80% from 255) = 10.77%
R=51.54%
G=37.69%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011474200.270.790.2139.6265.4347.65
HexC9932A01B4F15284130
Octal31122352033117255010160
Binary11001001100100111010100110111001111101011010001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9932A; }

 p { color: rgb(201,147,42); }

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

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

 a { background-color: rgb(201,147,42); }

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

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

 span { border-color: rgb(201,147,42); }

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