#CC9528

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

Shades of Fuel Yellow #CC9528

Tints of Fuel Yellow #CC9528

Color information

#CC9528 (or 0xCC9528) is unknown color: approx Fuel Yellow. HEX triplet: CC, 95 and 28. RGB value is (204,149,40). Sum of RGB (Red+Green+Blue) = 204+149+40=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9528 is #336AD7. Grayscale: #999999. Windows color (decimal): -3369688 or 2659788. OLE color: 2659788.

HSL color Cylindrical-coordinate representation of color #CC9528: hue angle of 39.88º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC9528 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20414940-
CMYK00.270.800.2
HSL39.88º67.21%47.84%-
HSV(B)39.88º80.39%80%-
XYZ36.0334.496.76-
YUV153.0264.22164.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 40 (16.02% from 255) = 10.18%
R=51.91%
G=37.91%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041494000.270.800.239.8867.2147.84
HexCC952801B5014284330
Octal31422550033120245010360
Binary11001100100101011010000110111010000101001010001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9528; }

 p { color: rgb(204,149,40); }

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

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

 a { background-color: rgb(204,149,40); }

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

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

 span { border-color: rgb(204,149,40); }

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