#CA902D

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

Shades of Fuel Yellow #CA902D

Tints of Fuel Yellow #CA902D

Color information

#CA902D (or 0xCA902D) is unknown color: approx Fuel Yellow. HEX triplet: CA, 90 and 2D. RGB value is (202,144,45). Sum of RGB (Red+Green+Blue) = 202+144+45=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA902D is #356FD2. Grayscale: #969696. Windows color (decimal): -3502035 or 2986186. OLE color: 2986186.

HSL color Cylindrical-coordinate representation of color #CA902D: hue angle of 37.83º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA902D is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20214445-
CMYK00.290.780.21
HSL37.83º63.56%48.43%-
HSV(B)37.83º77.72%79.22%-
XYZ34.832.696.96-
YUV150.0668.72165.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 45 (17.97% from 255) = 11.51%
R=51.66%
G=36.83%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021444500.290.780.2137.8363.5648.43
HexCA902D01D4E15264030
Octal31222055035116254610060
Binary11001010100100001011010111011001110101011001101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA902D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA902D; }

 p { color: rgb(202,144,45); }

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

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

 a { background-color: rgb(202,144,45); }

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

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

 span { border-color: rgb(202,144,45); }

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