#CA962E

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

Shades of Fuel Yellow #CA962E

Tints of Fuel Yellow #CA962E

Color information

#CA962E (or 0xCA962E) is unknown color: approx Fuel Yellow. HEX triplet: CA, 96 and 2E. RGB value is (202,150,46). Sum of RGB (Red+Green+Blue) = 202+150+46=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA962E is #3569D1. Grayscale: #9A9A9A. Windows color (decimal): -3500498 or 3053258. OLE color: 3053258.

HSL color Cylindrical-coordinate representation of color #CA962E: hue angle of 40º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA962E is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB20215046-
CMYK00.260.770.21
HSL40º62.9%48.63%-
HSV(B)40º77.23%79.22%-
XYZ35.7634.577.37-
YUV153.6967.23162.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 150 (58.98% from 255) = 37.69%
BLUE value IS 46 (18.36% from 255) = 11.56%
R=50.75%
G=37.69%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021504600.260.770.214062.948.63
HexCA962E01A4D15283f31
Octal3122265603211525507761
Binary1100101010010110101110011010100110110101101000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA962E; }

 p { color: rgb(202,150,46); }

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

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

 a { background-color: rgb(202,150,46); }

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

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

 span { border-color: rgb(202,150,46); }

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