#CC9433

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

Shades of Fuel Yellow #CC9433

Tints of Fuel Yellow #CC9433

Color information

#CC9433 (or 0xCC9433) is unknown color: approx Fuel Yellow. HEX triplet: CC, 94 and 33. RGB value is (204,148,51). Sum of RGB (Red+Green+Blue) = 204+148+51=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9433 is #336BCC. Grayscale: #9A9A9A. Windows color (decimal): -3369933 or 3380428. OLE color: 3380428.

HSL color Cylindrical-coordinate representation of color #CC9433: hue angle of 38.04º 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 #CC9433 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20414851-
CMYK00.270.750.2
HSL38.04º60%50%-
HSV(B)38.04º75%80%-
XYZ36.0934.267.84-
YUV153.6970.05163.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=50.62%
G=36.72%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041485100.270.750.238.046050
HexCC943301B4B14263c32
Octal3142246303311324467462
Binary1100110010010100110011011011100101110100100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9433; }

 p { color: rgb(204,148,51); }

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

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

 a { background-color: rgb(204,148,51); }

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

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

 span { border-color: rgb(204,148,51); }

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