#CC8E39

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

Shades of Fuel Yellow #CC8E39

Tints of Fuel Yellow #CC8E39

Color information

#CC8E39 (or 0xCC8E39) is unknown color: approx Fuel Yellow. HEX triplet: CC, 8E and 39. RGB value is (204,142,57). Sum of RGB (Red+Green+Blue) = 204+142+57=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8E39 is #3371C6. Grayscale: #979797. Windows color (decimal): -3371463 or 3772108. OLE color: 3772108.

HSL color Cylindrical-coordinate representation of color #CC8E39: hue angle of 34.69º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC8E39 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB20414257-
CMYK00.300.720.2
HSL34.69º59.04%51.18%-
HSV(B)34.69º72.06%80%-
XYZ35.3132.488.28-
YUV150.8575.04165.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 57 (22.66% from 255) = 14.14%
R=50.62%
G=35.24%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041425700.300.720.234.6959.0451.18
HexCC8E3901E4814233b33
Octal3142167103611024437363
Binary1100110010001110111001011110100100010100100011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E39; }

 p { color: rgb(204,142,57); }

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

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

 a { background-color: rgb(204,142,57); }

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

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

 span { border-color: rgb(204,142,57); }

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