#cb8f2e

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

Shades of Fuel Yellow #CB8F2E

Tints of Fuel Yellow #CB8F2E

Color information

#CB8F2E (or 0xCB8F2E) is unknown color: approx Fuel Yellow. HEX triplet: CB, 8F and 2E. RGB value is (203,143,46). Sum of RGB (Red+Green+Blue) = 203+143+46=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F2E is #3470D1. Grayscale: #969696. Windows color (decimal): -3436754 or 3051467. OLE color: 3051467.

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

Color convert

RGB20314346-
CMYK00.300.770.20
HSL37.07º63.05%48.82%-
HSV(B)37.07º77.34%79.61%-
XYZ34.9432.547.02-
YUV149.8869.38165.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.79%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 46 (18.36% from 255) = 11.73%
R=51.79%
G=36.48%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031434600.300.770.2037.0763.0548.82
HexCB8F2E01E4D14253f31
Octal3132175603611524457761
Binary1100101110001111101110011110100110110100100101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb8f2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb8f2e; }

 p { color: rgb(203,143,46); }

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

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

 a { background-color: rgb(203,143,46); }

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

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

 span { border-color: rgb(203,143,46); }

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