#CA9932

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

Shades of Fuel Yellow #CA9932

Tints of Fuel Yellow #CA9932

Color information

#CA9932 (or 0xCA9932) is unknown color: approx Fuel Yellow. HEX triplet: CA, 99 and 32. RGB value is (202,153,50). Sum of RGB (Red+Green+Blue) = 202+153+50=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9932 is #3566CD. Grayscale: #9C9C9C. Windows color (decimal): -3499726 or 3316170. OLE color: 3316170.

HSL color Cylindrical-coordinate representation of color #CA9932: hue angle of 40.66º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA9932 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20215350-
CMYK00.240.750.21
HSL40.66º60.32%49.41%-
HSV(B)40.66º75.25%79.22%-
XYZ36.3235.577.97-
YUV155.9168.23160.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 50 (19.92% from 255) = 12.35%
R=49.88%
G=37.78%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021535000.240.750.2140.6660.3249.41
HexCA99320184B15293c31
Octal3122316203011325517461
Binary1100101010011001110010011000100101110101101001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9932; }

 p { color: rgb(202,153,50); }

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

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

 a { background-color: rgb(202,153,50); }

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

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

 span { border-color: rgb(202,153,50); }

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