#D4902D

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

Shades of Fuel Yellow #D4902D

Tints of Fuel Yellow #D4902D

Color information

#D4902D (or 0xD4902D) is unknown color: approx Fuel Yellow. HEX triplet: D4, 90 and 2D. RGB value is (212,144,45). Sum of RGB (Red+Green+Blue) = 212+144+45=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D4902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4902D is #2B6FD2. Grayscale: #999999. Windows color (decimal): -2846675 or 2986196. OLE color: 2986196.

HSL color Cylindrical-coordinate representation of color #D4902D: hue angle of 35.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4902D is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21214445-
CMYK00.320.790.17
HSL35.57º66.01%50.39%-
HSV(B)35.57º78.77%83.14%-
XYZ37.634.137.09-
YUV153.0567.03170.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.87%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 45 (17.97% from 255) = 11.22%
R=52.87%
G=35.91%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121444500.320.790.1735.5766.0150.39
HexD4902D0204F11244232
Octal32422055040117214410262
Binary110101001001000010110101000001001111100011001001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4902D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4902D; }

 p { color: rgb(212,144,45); }

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

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

 a { background-color: rgb(212,144,45); }

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

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

 span { border-color: rgb(212,144,45); }

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