#CA9733

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

Shades of Fuel Yellow #CA9733

Tints of Fuel Yellow #CA9733

Color information

#CA9733 (or 0xCA9733) is unknown color: approx Fuel Yellow. HEX triplet: CA, 97 and 33. RGB value is (202,151,51). Sum of RGB (Red+Green+Blue) = 202+151+51=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9733 is #3568CC. Grayscale: #9B9B9B. Windows color (decimal): -3500237 or 3381194. OLE color: 3381194.

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

Color convert

RGB20215151-
CMYK00.250.750.21
HSL39.74º59.68%49.61%-
HSV(B)39.74º74.75%79.22%-
XYZ36.0234.937.98-
YUV154.8569.4161.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 51 (20.31% from 255) = 12.62%
R=50%
G=37.38%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021515100.250.750.2139.7459.6849.61
HexCA97330194B15283c32
Octal3122276303111325507462
Binary1100101010010111110011011001100101110101101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9733; }

 p { color: rgb(202,151,51); }

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

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

 a { background-color: rgb(202,151,51); }

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

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

 span { border-color: rgb(202,151,51); }

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