#CB9439

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

Shades of Fuel Yellow #CB9439

Tints of Fuel Yellow #CB9439

Color information

#CB9439 (or 0xCB9439) is unknown color: approx Fuel Yellow. HEX triplet: CB, 94 and 39. RGB value is (203,148,57). Sum of RGB (Red+Green+Blue) = 203+148+57=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 57 (22.66% from 255 or 13.97% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9439 is #346BC6. Grayscale: #9A9A9A. Windows color (decimal): -3435463 or 3773643. OLE color: 3773643.

HSL color Cylindrical-coordinate representation of color #CB9439: hue angle of 37.4º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB9439 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB20314857-
CMYK00.270.720.20
HSL37.4º58.4%50.98%-
HSV(B)37.4º71.92%79.61%-
XYZ35.9634.178.57-
YUV154.0773.22162.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 57 (22.66% from 255) = 13.97%
R=49.75%
G=36.27%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031485700.270.720.2037.458.450.98
HexCB943901B4814253a33
Octal3132247103311024457263
Binary1100101110010100111001011011100100010100100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9439; }

 p { color: rgb(203,148,57); }

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

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

 a { background-color: rgb(203,148,57); }

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

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

 span { border-color: rgb(203,148,57); }

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