#CC9430

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

Shades of Fuel Yellow #CC9430

Tints of Fuel Yellow #CC9430

Color information

#CC9430 (or 0xCC9430) is unknown color: approx Fuel Yellow. HEX triplet: CC, 94 and 30. RGB value is (204,148,48). Sum of RGB (Red+Green+Blue) = 204+148+48=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9430 is #336BCF. Grayscale: #999999. Windows color (decimal): -3369936 or 3183820. OLE color: 3183820.

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

Color convert

RGB20414848-
CMYK00.270.760.2
HSL38.46º61.9%49.41%-
HSV(B)38.46º76.47%80%-
XYZ36.0334.237.5-
YUV153.3468.55164.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 48 (19.14% from 255) = 12%
R=51%
G=37%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041484800.270.760.238.4661.949.41
HexCC943001B4C14263e31
Octal3142246003311424467661
Binary1100110010010100110000011011100110010100100110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9430; }

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

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

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

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

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

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

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

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