#CA912A

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

Shades of Fuel Yellow #CA912A

Tints of Fuel Yellow #CA912A

Color information

#CA912A (or 0xCA912A) is unknown color: approx Fuel Yellow. HEX triplet: CA, 91 and 2A. RGB value is (202,145,42). Sum of RGB (Red+Green+Blue) = 202+145+42=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA912A is #356ED5. Grayscale: #969696. Windows color (decimal): -3501782 or 2789834. OLE color: 2789834.

HSL color Cylindrical-coordinate representation of color #CA912A: hue angle of 38.62º degrees, saturation: 0.66, 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 #CA912A is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20214542-
CMYK00.280.790.21
HSL38.62º65.57%47.84%-
HSV(B)38.62º79.21%79.22%-
XYZ34.932.976.72-
YUV150.366.88164.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 145 (57.03% from 255) = 37.28%
BLUE value IS 42 (16.80% from 255) = 10.80%
R=51.93%
G=37.28%
B=10.80%

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
Decimal2021454200.280.790.2138.6265.5747.84
HexCA912A01C4F15274230
Octal31222152034117254710260
Binary11001010100100011010100111001001111101011001111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA912A; }

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

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

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

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

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

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

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

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