#CA9238

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

Shades of Fuel Yellow #CA9238

Tints of Fuel Yellow #CA9238

Color information

#CA9238 (or 0xCA9238) is unknown color: approx Fuel Yellow. HEX triplet: CA, 92 and 38. RGB value is (202,146,56). Sum of RGB (Red+Green+Blue) = 202+146+56=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9238 is #356DC7. Grayscale: #989898. Windows color (decimal): -3501512 or 3707594. OLE color: 3707594.

HSL color Cylindrical-coordinate representation of color #CA9238: hue angle of 36.99º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA9238 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20214656-
CMYK00.280.720.21
HSL36.99º57.94%50.59%-
HSV(B)36.99º72.28%79.22%-
XYZ35.3533.48.33-
YUV152.4873.55163.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 56 (22.27% from 255) = 13.86%
R=50%
G=36.14%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021465600.280.720.2136.9957.9450.59
HexCA923801C4815253a33
Octal3122227003411025457263
Binary1100101010010010111000011100100100010101100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9238; }

 p { color: rgb(202,146,56); }

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

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

 a { background-color: rgb(202,146,56); }

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

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

 span { border-color: rgb(202,146,56); }

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