#CD8E26

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

Shades of Fuel Yellow #CD8E26

Tints of Fuel Yellow #CD8E26

Color information

#CD8E26 (or 0xCD8E26) is unknown color: approx Fuel Yellow. HEX triplet: CD, 8E and 26. RGB value is (205,142,38). Sum of RGB (Red+Green+Blue) = 205+142+38=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8E26 is #3271D9. Grayscale: #959595. Windows color (decimal): -3305946 or 2526925. OLE color: 2526925.

HSL color Cylindrical-coordinate representation of color #CD8E26: hue angle of 37.37º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD8E26 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB20514238-
CMYK00.310.810.20
HSL37.37º68.72%47.65%-
HSV(B)37.37º81.46%80.39%-
XYZ35.232.476.24-
YUV148.9865.37167.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.25%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 38 (15.23% from 255) = 9.87%
R=53.25%
G=36.88%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051423800.310.810.2037.3768.7247.65
HexCD8E2601F5114254530
Octal31521646037121244510560
Binary11001101100011101001100111111010001101001001011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E26; }

 p { color: rgb(205,142,38); }

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

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

 a { background-color: rgb(205,142,38); }

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

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

 span { border-color: rgb(205,142,38); }

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