#CB8F31

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

Shades of Fuel Yellow #CB8F31

Tints of Fuel Yellow #CB8F31

Color information

#CB8F31 (or 0xCB8F31) is unknown color: approx Fuel Yellow. HEX triplet: CB, 8F and 31. RGB value is (203,143,49). Sum of RGB (Red+Green+Blue) = 203+143+49=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F31 is #3470CE. Grayscale: #969696. Windows color (decimal): -3436751 or 3248075. OLE color: 3248075.

HSL color Cylindrical-coordinate representation of color #CB8F31: hue angle of 36.62º degrees, saturation: 0.61, 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 #CB8F31 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20314349-
CMYK00.300.760.20
HSL36.62º61.11%49.41%-
HSV(B)36.62º75.86%79.61%-
XYZ35.0132.567.35-
YUV150.2270.88165.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.39%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 49 (19.53% from 255) = 12.41%
R=51.39%
G=36.20%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031434900.300.760.2036.6261.1149.41
HexCB8F3101E4C14253d31
Octal3132176103611424457561
Binary1100101110001111110001011110100110010100100101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8F31; }

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

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

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

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

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

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

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

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