#CB922B

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

Shades of Fuel Yellow #CB922B

Tints of Fuel Yellow #CB922B

Color information

#CB922B (or 0xCB922B) is unknown color: approx Fuel Yellow. HEX triplet: CB, 92 and 2B. RGB value is (203,146,43). Sum of RGB (Red+Green+Blue) = 203+146+43=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB922B is #346DD4. Grayscale: #979797. Windows color (decimal): -3435989 or 2855627. OLE color: 2855627.

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

Color convert

RGB20314643-
CMYK00.280.790.20
HSL38.62º65.04%48.24%-
HSV(B)38.62º78.82%79.61%-
XYZ35.3433.436.88-
YUV151.366.88164.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.79%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 43 (17.19% from 255) = 10.97%
R=51.79%
G=37.24%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031464300.280.790.2038.6265.0448.24
HexCB922B01C4F14274130
Octal31322253034117244710160
Binary11001011100100101010110111001001111101001001111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB922B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB922B; }

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

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

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

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

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

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

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

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