#CA912B

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

Shades of Fuel Yellow #CA912B

Tints of Fuel Yellow #CA912B

Color information

#CA912B (or 0xCA912B) is unknown color: approx Fuel Yellow. HEX triplet: CA, 91 and 2B. RGB value is (202,145,43). Sum of RGB (Red+Green+Blue) = 202+145+43=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA912B is #356ED4. Grayscale: #969696. Windows color (decimal): -3501781 or 2855370. OLE color: 2855370.

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

Color convert

RGB20214543-
CMYK00.280.790.21
HSL38.49º64.9%48.04%-
HSV(B)38.49º78.71%79.22%-
XYZ34.9232.986.81-
YUV150.4167.38164.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 145 (57.03% from 255) = 37.18%
BLUE value IS 43 (17.19% from 255) = 11.03%
R=51.79%
G=37.18%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021454300.280.790.2138.4964.948.04
HexCA912B01C4F15264130
Octal31222153034117254610160
Binary11001010100100011010110111001001111101011001101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA912B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA912B; }

 p { color: rgb(202,145,43); }

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

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

 a { background-color: rgb(202,145,43); }

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

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

 span { border-color: rgb(202,145,43); }

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