#CA922B

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

Shades of Fuel Yellow #CA922B

Tints of Fuel Yellow #CA922B

Color information

#CA922B (or 0xCA922B) is unknown color: approx Fuel Yellow. HEX triplet: CA, 92 and 2B. RGB value is (202,146,43). Sum of RGB (Red+Green+Blue) = 202+146+43=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA922B is #356DD4. Grayscale: #979797. Windows color (decimal): -3501525 or 2855626. OLE color: 2855626.

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

Color convert

RGB20214643-
CMYK00.280.790.21
HSL38.87º64.9%48.04%-
HSV(B)38.87º78.71%79.22%-
XYZ35.0733.296.86-
YUV15167.05164.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 43 (17.19% from 255) = 11.00%
R=51.66%
G=37.34%
B=11.00%

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
Decimal2021464300.280.790.2138.8764.948.04
HexCA922B01C4F15274130
Octal31222253034117254710160
Binary11001010100100101010110111001001111101011001111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA922B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA922B; }

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

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

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

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

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

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

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

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