#CC9634

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

Shades of Fuel Yellow #CC9634

Tints of Fuel Yellow #CC9634

Color information

#CC9634 (or 0xCC9634) is unknown color: approx Fuel Yellow. HEX triplet: CC, 96 and 34. RGB value is (204,150,52). Sum of RGB (Red+Green+Blue) = 204+150+52=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9634 is #3369CB. Grayscale: #9B9B9B. Windows color (decimal): -3369420 or 3446476. OLE color: 3446476.

HSL color Cylindrical-coordinate representation of color #CC9634: hue angle of 38.68º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC9634 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20415052-
CMYK00.260.750.2
HSL38.68º59.84%50.2%-
HSV(B)38.68º74.51%80%-
XYZ36.4334.98.06-
YUV154.9769.89162.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 52 (20.70% from 255) = 12.81%
R=50.25%
G=36.95%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041505200.260.750.238.6859.8450.2
HexCC963401A4B14273c32
Octal3142266403211324477462
Binary1100110010010110110100011010100101110100100111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9634; }

 p { color: rgb(204,150,52); }

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

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

 a { background-color: rgb(204,150,52); }

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

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

 span { border-color: rgb(204,150,52); }

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