#CA972D

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

Shades of Fuel Yellow #CA972D

Tints of Fuel Yellow #CA972D

Color information

#CA972D (or 0xCA972D) is unknown color: approx Fuel Yellow. HEX triplet: CA, 97 and 2D. RGB value is (202,151,45). Sum of RGB (Red+Green+Blue) = 202+151+45=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA972D is #3568D2. Grayscale: #9A9A9A. Windows color (decimal): -3500243 or 2987978. OLE color: 2987978.

HSL color Cylindrical-coordinate representation of color #CA972D: hue angle of 40.51º 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 #CA972D is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20215145-
CMYK00.250.780.21
HSL40.51º63.56%48.43%-
HSV(B)40.51º77.72%79.22%-
XYZ35.934.887.32-
YUV154.1666.4162.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 45 (17.97% from 255) = 11.31%
R=50.75%
G=37.94%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021514500.250.780.2140.5163.5648.43
HexCA972D0194E15294030
Octal31222755031116255110060
Binary11001010100101111011010110011001110101011010011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA972D; }

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

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

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

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

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

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

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

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