#CB9130

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

Shades of Fuel Yellow #CB9130

Tints of Fuel Yellow #CB9130

Color information

#CB9130 (or 0xCB9130) is unknown color: approx Fuel Yellow. HEX triplet: CB, 91 and 30. RGB value is (203,145,48). Sum of RGB (Red+Green+Blue) = 203+145+48=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9130 is #346ECF. Grayscale: #979797. Windows color (decimal): -3436240 or 3183051. OLE color: 3183051.

HSL color Cylindrical-coordinate representation of color #CB9130: hue angle of 37.55º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB9130 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20314548-
CMYK00.290.760.20
HSL37.55º61.75%49.22%-
HSV(B)37.55º76.35%79.61%-
XYZ35.2933.167.34-
YUV151.2869.72164.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 48 (19.14% from 255) = 12.12%
R=51.26%
G=36.62%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031454800.290.760.2037.5561.7549.22
HexCB913001D4C14263e31
Octal3132216003511424467661
Binary1100101110010001110000011101100110010100100110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9130; }

 p { color: rgb(203,145,48); }

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

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

 a { background-color: rgb(203,145,48); }

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

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

 span { border-color: rgb(203,145,48); }

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