#CB8F2C

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

Shades of Fuel Yellow #CB8F2C

Tints of Fuel Yellow #CB8F2C

Color information

#CB8F2C (or 0xCB8F2C) is unknown color: approx Fuel Yellow. HEX triplet: CB, 8F and 2C. RGB value is (203,143,44). Sum of RGB (Red+Green+Blue) = 203+143+44=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F2C is #3470D3. Grayscale: #969696. Windows color (decimal): -3436756 or 2920395. OLE color: 2920395.

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

Color convert

RGB20314344-
CMYK00.300.780.20
HSL37.36º64.37%48.43%-
HSV(B)37.36º78.33%79.61%-
XYZ34.9132.526.82-
YUV149.6568.38166.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.05%
GREEN value IS 143 (56.25% from 255) = 36.67%
BLUE value IS 44 (17.58% from 255) = 11.28%
R=52.05%
G=36.67%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031434400.300.780.2037.3664.3748.43
HexCB8F2C01E4E14254030
Octal31321754036116244510060
Binary11001011100011111011000111101001110101001001011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8F2C; }

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

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

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

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

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

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

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

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