#CC9130

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

Shades of Fuel Yellow #CC9130

Tints of Fuel Yellow #CC9130

Color information

#CC9130 (or 0xCC9130) is unknown color: approx Fuel Yellow. HEX triplet: CC, 91 and 30. RGB value is (204,145,48). Sum of RGB (Red+Green+Blue) = 204+145+48=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9130 is #336ECF. Grayscale: #989898. Windows color (decimal): -3370704 or 3183052. OLE color: 3183052.

HSL color Cylindrical-coordinate representation of color #CC9130: hue angle of 37.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC9130 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB20414548-
CMYK00.290.760.2
HSL37.31º61.9%49.41%-
HSV(B)37.31º76.47%80%-
XYZ35.5633.37.35-
YUV151.5869.55165.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 48 (19.14% from 255) = 12.09%
R=51.39%
G=36.52%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041454800.290.760.237.3161.949.41
HexCC913001D4C14253e31
Octal3142216003511424457661
Binary1100110010010001110000011101100110010100100101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9130; }

 p { color: rgb(204,145,48); }

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

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

 a { background-color: rgb(204,145,48); }

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

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

 span { border-color: rgb(204,145,48); }

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