#D49232

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

Shades of Fuel Yellow #D49232

Tints of Fuel Yellow #D49232

Color information

#D49232 (or 0xD49232) is unknown color: approx Fuel Yellow. HEX triplet: D4, 92 and 32. RGB value is (212,146,50). Sum of RGB (Red+Green+Blue) = 212+146+50=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D49232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49232 is #2B6DCD. Grayscale: #9B9B9B. Windows color (decimal): -2846158 or 3314388. OLE color: 3314388.

HSL color Cylindrical-coordinate representation of color #D49232: hue angle of 35.56º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D49232 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB21214650-
CMYK00.310.760.17
HSL35.56º65.32%51.37%-
HSV(B)35.56º76.42%83.14%-
XYZ38.0134.797.73-
YUV154.7968.87168.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.96%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 50 (19.92% from 255) = 12.25%
R=51.96%
G=35.78%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121465000.310.760.1735.5665.3251.37
HexD4923201F4C11244133
Octal32422262037114214410163
Binary11010100100100101100100111111001100100011001001000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49232; }

 p { color: rgb(212,146,50); }

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

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

 a { background-color: rgb(212,146,50); }

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

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

 span { border-color: rgb(212,146,50); }

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