#CB9233

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

Shades of Fuel Yellow #CB9233

Tints of Fuel Yellow #CB9233

Color information

#CB9233 (or 0xCB9233) is unknown color: approx Fuel Yellow. HEX triplet: CB, 92 and 33. RGB value is (203,146,51). Sum of RGB (Red+Green+Blue) = 203+146+51=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9233 is #346DCC. Grayscale: #989898. Windows color (decimal): -3435981 or 3379915. OLE color: 3379915.

HSL color Cylindrical-coordinate representation of color #CB9233: hue angle of 37.5º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB9233 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB20314651-
CMYK00.280.750.20
HSL37.5º59.84%49.8%-
HSV(B)37.5º74.88%79.61%-
XYZ35.5133.497.73-
YUV152.2170.88164.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 51 (20.31% from 255) = 12.75%
R=50.75%
G=36.5%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031465100.280.750.2037.559.8449.8
HexCB923301C4B14263c32
Octal3132226303411324467462
Binary1100101110010010110011011100100101110100100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9233; }

 p { color: rgb(203,146,51); }

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

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

 a { background-color: rgb(203,146,51); }

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

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

 span { border-color: rgb(203,146,51); }

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